Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Jun 17, 2024
1 parent 2d7e3f3 commit ad15461
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/injective-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ version = "1.12.10-testnet-rc2.1"
chrono = { version = "0.4.27", default-features = false }
cosmwasm-std = { version = "1.5.0", features = [ "abort", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "iterator", "stargate" ] }
osmosis-std-derive = { version = "0.20.1" }
prost = { version = "0.12.3", default-features = false, features = [ "prost-derive" ] }
prost-types = { version = "0.12.3", default-features = false }
schemars = "0.8.8"
serde = { version = "1.0", default-features = false, features = [ "derive" ] }
serde-cw-value = { version = "0.7.0" }
prost = { version = "0.12.6", features = [ "prost-derive" ] }
# prost = { version = "0.12.6", default-features = false, features = [ "prost-derive" ] }
prost-types = { version = "0.12.3", default-features = false }
schemars = "0.8.8"
serde = { version = "1.0", default-features = false, features = [ "derive" ] }
serde-cw-value = { version = "0.7.0" }

0 comments on commit ad15461

Please sign in to comment.