We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d132c72 commit 680ce25Copy full SHA for 680ce25
Cargo.toml
@@ -9,8 +9,8 @@ overflow-checks = true # Disable integer overflow checks.
9
10
11
[workspace.dependencies]
12
-cosmwasm-schema = "2.1.1"
13
-cosmwasm-std = { version = "2.1.1", features = ["stargate", "cosmwasm_2_0"] }
+cosmwasm-schema = "2.2.2"
+cosmwasm-std = { version = "2.2.2", features = ["stargate", "cosmwasm_2_0"] }
14
cw2 = "2.0.0"
15
cw-storage-plus = "2.0.0"
16
cw-utils = "2.0.0"
0 commit comments