diff --git a/packages/injective-testing/Cargo.toml b/packages/injective-testing/Cargo.toml index d909bcdc..df69c119 100644 --- a/packages/injective-testing/Cargo.toml +++ b/packages/injective-testing/Cargo.toml @@ -12,9 +12,9 @@ anyhow = { workspace = true } base64 = { workspace = true } cosmwasm-std = { workspace = true } cw-multi-test = { workspace = true } -injective-cosmwasm = { path = "../injective-cosmwasm" } -injective-math = { path = "../injective-math" } -injective-std = { path = "../injective-std" } +injective-cosmwasm = { workspace = true } +injective-math = { workspace = true } +injective-std = { workspace = true } injective-test-tube = { workspace = true } prost = { workspace = true } rand = { workspace = true }