Skip to content

Commit af206c2

Browse files
committed
chore: point testtube correct wothout path (temporal)
1 parent 54405b5 commit af206c2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ hex = { version = "0.4.3", features = [ "serde" ] }
2020
injective-cosmwasm = { path = "./packages/injective-cosmwasm" }
2121
injective-math = { path = "./packages/injective-math" }
2222
injective-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" }
2525
primitive-types = { version = "0.12.2", default-features = false }
2626
prost = { version = "0.13.4", features = [ "prost-derive" ] }
2727
rand = { version = "0.4.6" }
@@ -34,8 +34,7 @@ serde_json = { version = "1.0.111" }
3434
serde_repr = { version = "0.1.17" }
3535
serde_test = { version = "1.0.176" }
3636
subtle-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" }
3938
thiserror = { version = "1.0.56" }
4039
tiny-keccak = { version = "1.2.1" }
4140

0 commit comments

Comments
 (0)