From 69b839d13c5297db26282cbf8758866b3e4c695b Mon Sep 17 00:00:00 2001 From: MW Tian Date: Wed, 17 May 2023 13:06:58 -0700 Subject: [PATCH] Remove semver metadata --- crates/sui-snapshot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sui-snapshot/Cargo.toml b/crates/sui-snapshot/Cargo.toml index 9618fbfc03b74..0d49f75a4e5c5 100644 --- a/crates/sui-snapshot/Cargo.toml +++ b/crates/sui-snapshot/Cargo.toml @@ -22,7 +22,7 @@ futures = "0.3.23" backoff = "0.4.0" object_store = "=0.5.4" prometheus = "0.13.3" -zstd = "0.12.3+zstd.1.5.2" +zstd = "0.12.3" typed-store.workspace = true typed-store-derive.workspace = true sui-types = { path = "../sui-types" }