Skip to content

Commit

Permalink
fixed relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Oct 16, 2024
1 parent f974802 commit a0532f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/injective-test-tube/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cosmwasm-schema = { version = "2.1.1" }
cosmwasm-std = { version = "2.1.0", features = [ "abort", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "cosmwasm_2_0", "iterator", "stargate" ] }
hex = "0.4.2"
injective-cosmwasm = { version = "0.3.0" }
injective-std = { version = "=1.13.2-auction", path = "../../../cw-injective/packages/injective-std" }
injective-std = { version = "=1.13.2-auction" }
prost = { version = "0.13.3", features = [ "prost-derive" ] }
serde = "1.0.144"
serde_json = "1.0.85"
Expand Down

0 comments on commit a0532f5

Please sign in to comment.