We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6d81f commit 0af4018Copy full SHA for 0af4018
wasm-deploy/Cargo.toml
@@ -20,7 +20,7 @@ wasm-deploy-derive = { version = "0.6.0", path = "../wasm-deploy-derive" }
20
cosm-utils = { git = "https://github.com/cryptechdev/cosm-utils.git", features = [
21
"keyring",
22
] }
23
-wasm-opt = { version = "=0.110.2", optional = true }
+wasm-opt = { version = "0.116", optional = true }
24
serde = { version = "1", default-features = false, features = ["derive"] }
25
serde_json = "1"
26
ibc-chain-registry = "0.29"
0 commit comments