We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90514b commit 8732a65Copy full SHA for 8732a65
packages/injective-testing/Cargo.toml
@@ -12,9 +12,9 @@ anyhow = { workspace = true }
12
base64 = { workspace = true }
13
cosmwasm-std = { workspace = true }
14
cw-multi-test = { workspace = true }
15
-injective-cosmwasm = { path = "../injective-cosmwasm" }
16
-injective-math = { path = "../injective-math" }
17
-injective-std = { path = "../injective-std" }
+injective-cosmwasm = { workspace = true }
+injective-math = { workspace = true }
+injective-std = { workspace = true }
18
injective-test-tube = { workspace = true }
19
prost = { workspace = true }
20
rand = { workspace = true }
0 commit comments