Skip to content

Commit

Permalink
Merge pull request #225 from InjectiveLabs/fix/injective-std-compile
Browse files Browse the repository at this point in the history
Fix/injective std compile
  • Loading branch information
maxrobot authored Jun 14, 2024
2 parents 6b2d549 + 14f376d commit 2d7e3f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/injective-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ license = "MIT OR Apache-2.0"
name = "injective-std"
readme = "README.md"
repository = "https://github.com/InjectiveLabs/cw-injective/tree/dev/packages/injective-std"
version = "1.12.10-testnet-rc2"
version = "1.12.10-testnet-rc2.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = { version = "0.4.24", default-features = false }
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" }
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" ] }
Expand Down

0 comments on commit 2d7e3f3

Please sign in to comment.