Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo committed Nov 18, 2024
1 parent bf46e51 commit 367c7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ anyhow = "1.0.89"
assert_ok = "1.0"
axelar-wasm-std = { version = "^1.0.0", path = "packages/axelar-wasm-std" }
axelar-wasm-std-derive = { version = "^1.0.0", path = "packages/axelar-wasm-std-derive" }
axelarnet-gateway = { version = "^1.0.0", path = "contracts/axelarnet-gateway" }
axelarnet-gateway = { version = "^0.1.0", path = "contracts/axelarnet-gateway" }
bcs = "0.1.5"
client = { version = "^1.0.0", path = "packages/client" }
coordinator = { version = "^1.0.0", path = "contracts/coordinator" }
Expand Down

0 comments on commit 367c7b9

Please sign in to comment.