Skip to content

Commit 8732a65

Browse files
committed
feat: fix versions
1 parent e90514b commit 8732a65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/injective-testing/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ anyhow = { workspace = true }
1212
base64 = { workspace = true }
1313
cosmwasm-std = { workspace = true }
1414
cw-multi-test = { workspace = true }
15-
injective-cosmwasm = { path = "../injective-cosmwasm" }
16-
injective-math = { path = "../injective-math" }
17-
injective-std = { path = "../injective-std" }
15+
injective-cosmwasm = { workspace = true }
16+
injective-math = { workspace = true }
17+
injective-std = { workspace = true }
1818
injective-test-tube = { workspace = true }
1919
prost = { workspace = true }
2020
rand = { workspace = true }

0 commit comments

Comments
 (0)