@@ -11,17 +11,17 @@ anyhow = { version = "1.0.66" }
1111base64 = { version = " 0.21.5" }
1212cosmos-sdk-proto = { version = " 0.20.0" , default-features = false }
1313cosmwasm-schema = { version = " 1.5.0" }
14- cosmwasm-std = { version = " 3.0.2 " , features = [ " cosmwasm_1_2" , " cosmwasm_1_3" , " cosmwasm_1_4" , " cosmwasm_2_0" , " iterator" , " stargate" ] }
14+ cosmwasm-std = { version = " 3.0.5 " , features = [ " cosmwasm_1_2" , " cosmwasm_1_3" , " cosmwasm_1_4" , " cosmwasm_2_0" , " iterator" , " stargate" ] }
1515cw-multi-test = { version = " 3.0.0" }
1616cw-storage-plus = { version = " 3.0.1" }
1717cw2 = { version = " 3.0.0" }
1818ethereum-types = { version = " 0.5.2" }
1919hex = { version = " 0.4.3" , features = [ " serde" ] }
20- injective-cosmwasm = { version = " 0.3.5-1 " }
21- injective-math = { version = " 0.3.5-1 " }
22- injective-std = { version = " 1.18 .0" }
23- injective-test-tube = { version = " 1.18 .0" }
24- injective-testing = { path = " ./packages/injective-testing" }
20+ injective-cosmwasm = { version = " 0.3.6 " }
21+ injective-math = { version = " 0.3.6 " }
22+ injective-std = { version = " 1.19 .0" }
23+ injective-test-tube = { version = " 1.19 .0" }
24+ injective-testing = { version = " 1.19.0 " , path = " ./packages/injective-testing" }
2525primitive-types = { version = " 0.12.2" , default-features = false }
2626prost = { version = " 0.13.5" , features = [ " prost-derive" ] }
2727rand = { version = " 0.4.6" }
@@ -47,9 +47,3 @@ opt-level = 3
4747overflow-checks = true
4848panic = ' abort'
4949rpath = false
50-
51- [patch .crates-io ]
52- # injective-cosmwasm = { path = "./packages/injective-cosmwasm" }
53- # injective-math = { path = "./packages/injective-math" }
54- # injective-protobuf = { path = "./packages/injective-protobuf" }
55- # injective-testing = { path = "./packages/injective-testing" }
0 commit comments