Skip to content

Commit

Permalink
Merge pull request #562 from CosmWasm/co/bump-cw
Browse files Browse the repository at this point in the history
Bump to 2.2.0-rc.2
  • Loading branch information
chipshort authored Oct 8, 2024
2 parents f68e792 + 9674c32 commit 9e38458
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 42 deletions.
58 changes: 18 additions & 40 deletions libwasmvm/Cargo.lock

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

4 changes: 2 additions & 2 deletions libwasmvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ default = []
backtraces = []

[dependencies]
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.2.0-rc.1", features = [
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.2.0-rc.2", features = [
"staking",
"stargate",
"iterator",
] }
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.2.0-rc.1", features = [
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.2.0-rc.2", features = [
"staking",
"stargate",
"iterator",
Expand Down

0 comments on commit 9e38458

Please sign in to comment.