diff --git a/packages/injective-std/Cargo.toml b/packages/injective-std/Cargo.toml index 3333763f..73d2aaf1 100644 --- a/packages/injective-std/Cargo.toml +++ b/packages/injective-std/Cargo.toml @@ -12,7 +12,7 @@ version = "1.13.2-auction" [dependencies] chrono = { workspace = true } cosmwasm-std = { workspace = true } -injective-std-derive = { path = "../injective-std-derive" } +injective-std-derive = { workspace = true, path = "../injective-std-derive" } prost = { workspace = true } prost-types = { workspace = true } schemars = { workspace = true }