@@ -4,23 +4,27 @@ edition = "2021"
44license = " MIT OR Apache-2.0"
55name = " injective-test-tube"
66repository = " https://github.com/InjectiveLabs/test-tube"
7- version = " 1.16.3"
7+ version = " 1.16.3-1 "
88# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99
1010exclude = [ " injective-core" , " test_artifacts" ]
1111
1212[dependencies ]
13- cosmrs = { version = " 0.20 .0" , features = [ " cosmwasm" , " rpc" ] }
14- cosmwasm-std = { version = " 2.1.0 " , features = [ " abort" , " cosmwasm_1_2" , " cosmwasm_1_3" , " cosmwasm_1_4" , " cosmwasm_2_0" , " iterator" , " stargate" ] }
15- injective-cosmwasm = { version = " 0.3.0 " }
16- injective-std = { version = " =1.16.0-beta.2 " }
17- prost = { version = " 0.13.4 " , features = [ " prost- derive" ] }
13+ cosmrs = { version = " 0.22 .0" , features = [ " cosmwasm" , " rpc" ] }
14+ cosmwasm-std = { version = " 2.2.2 " , features = [ " abort" , " cosmwasm_1_2" , " cosmwasm_1_3" , " cosmwasm_1_4" , " cosmwasm_2_0" , " iterator" , " stargate" ] }
15+ injective-cosmwasm = { version = " 0.3.4-1 " }
16+ injective-std = { version = " =1.16.3-1 " }
17+ prost = { version = " 0.13.5 " , features = [ " derive" ] }
1818serde = " 1.0.144"
19- serde_json = " 1.0.85"
20- test-tube-inj = { version = " 2.0.6" }
19+ serde_json = " 1.0.140"
20+ test-tube-inj = { path = " ../test-tube" }
21+
22+
2123
2224[build-dependencies ]
2325bindgen = " 0.60.1"
26+ ed25519-zebra = { workspace = true }
27+
2428
2529[dev-dependencies ]
26- cw1-whitelist = " 1.1.2 "
30+ cw1-whitelist = " 2.0.0 "
0 commit comments