Skip to content

Commit

Permalink
Merge pull request #5 from securesecrets/cosmwasm-version-bump
Browse files Browse the repository at this point in the history
bumped cosmwasm version
  • Loading branch information
FloppyDisck authored Apr 26, 2022
2 parents 0064bb5 + ede7255 commit f70c137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cosmwasm-std = { version = "0.10", package = "secret-cosmwasm-std" }
cosmwasm-storage = { version = "0.10", package = "secret-cosmwasm-storage" }
cosmwasm-std = { git = "https://github.com/scrtlabs/SecretNetwork", branch = "backport-cw-crypto-apis-to-v0.10", package = "secret-cosmwasm-std" }
cosmwasm-storage = { git = "https://github.com/scrtlabs/SecretNetwork", branch = "backport-cw-crypto-apis-to-v0.10", package = "secret-cosmwasm-storage" }
cosmwasm-schema = "0.10.1"
secret-toolkit = { version = "0.2", features = ["crypto"] }
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit f70c137

Please sign in to comment.