Skip to content

Commit d26bb00

Browse files
committed
Reverted serde_json version upgrade.
1 parent 9879a33 commit d26bb00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bech32 = "0.11.0"
4545
blake2 = "0.10.6"
4646
# Uses the path when built locally; uses the given version from crates.io when published
4747
cosmwasm-core = { workspace = true }
48-
cosmwasm-std = { workspace = true, default-features = false, features = ["std"] }
48+
cosmwasm-std = { workspace = true, features = ["std"] }
4949
cosmwasm-crypto = { workspace = true }
5050
cosmwasm-vm-derive = { workspace = true }
5151
derive_more = { version = "=1.0.0-beta.6", default-features = false, features = ["debug"] }

0 commit comments

Comments
 (0)