Skip to content

Commit

Permalink
fix rmp-serde dep
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed Jun 12, 2024
1 parent 553bdd6 commit d12506e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ serde = { workspace = true, features = ["std"] }
serde-json-wasm = { version = "1.0.1", default-features = false, features = ["std"] }
static_assertions = "1.1.0"
thiserror = "1.0.26"
rmp-serde = "=1.1.1"
rmp-serde = "1.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
bech32 = "0.11.0"
Expand All @@ -76,5 +76,4 @@ cosmwasm-schema = { version = "2.0.1", path = "../schema" }
chrono = { version = "0.4", default-features = false, features = ["alloc", "std"] }
crc32fast = "1.3.2"
hex-literal = "0.4.1"
rmp-serde = "1"
serde_json = "1.0.81"

0 comments on commit d12506e

Please sign in to comment.