@@ -20,8 +20,8 @@ hex = { version = "0.4.3", features = [ "serde" ] }
2020injective-cosmwasm = { path = " ./packages/injective-cosmwasm" }
2121injective-math = { path = " ./packages/injective-math" }
2222injective-std = { version = " 1.16.0-beta.2" }
23- injective-test-tube = { path = " " }
24- injective-testing = { version = " 1.1.4 " , path = " ./packages/injective-testing" }
23+ injective-test-tube = { git = " https://github.com/InjectiveLabs/test-tube.git " , branch = " f/v1.16.0-beta.2 " , package = " injective-test-tube " }
24+ injective-testing = { version = " 1.1.7 " , path = " ./packages/injective-testing" }
2525primitive-types = { version = " 0.12.2" , default-features = false }
2626prost = { version = " 0.13.4" , features = [ " prost-derive" ] }
2727rand = { version = " 0.4.6" }
@@ -34,8 +34,7 @@ serde_json = { version = "1.0.111" }
3434serde_repr = { version = " 0.1.17" }
3535serde_test = { version = " 1.0.176" }
3636subtle-encoding = { version = " 0.5.1" , features = [ " bech32-preview" ] }
37- syn = { version = " 1.0.98" }
38- test-tube-inj = { path = " " }
37+ test-tube-inj = { git = " https://github.com/InjectiveLabs/test-tube.git" ,branch = " f/v1.16.0-beta.2" ,package = " test-tube-inj" }
3938thiserror = { version = " 1.0.56" }
4039tiny-keccak = { version = " 1.2.1" }
4140
0 commit comments