We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c83114 commit 0f1c33cCopy full SHA for 0f1c33c
Cargo.toml
@@ -15,7 +15,7 @@ overflow-checks = true
15
16
[workspace.dependencies]
17
cosmwasm-std = "2.1.0"
18
-neutron-std = { git = "https://github.com/neutron-org/neutron-std", branch = "main" }
+neutron-std = { git = "https://github.com/neutron-org/neutron-std", branch = "chore/v5.1.3" }
19
cosmwasm-schema = { version = "2.1.0", default-features = false }
20
cw2 = "2.0.0"
21
cw-storage-plus = "2.0.0"
@@ -28,7 +28,7 @@ prost-types = "0.12.1"
28
cosmos-sdk-proto = { version = "0.20.0", default-features = false }
29
bech32 = "0.9.1"
30
thiserror = "1.0.49"
31
-protobuf = "~3.3.0"
+protobuf = "~3.7.2"
32
hex = "0.4.3"
33
serde_json = { version = "1.0.87" }
34
tendermint-proto = "0.34.1"
0 commit comments