Skip to content

Commit

Permalink
Merge pull request #226 from InjectiveLabs/f/fix-injective-std
Browse files Browse the repository at this point in the history
F/fix injective std
  • Loading branch information
maxrobot authored Jun 17, 2024
2 parents 2d7e3f3 + 123f836 commit 346f936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/injective-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ 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 }
prost = { version = "0.12.4", features = [ "prost-derive" ] }
prost-types = { version = "0.12.4", 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 346f936

Please sign in to comment.