Skip to content

Commit 9e38458

Browse files
authored
Merge pull request #562 from CosmWasm/co/bump-cw
Bump to 2.2.0-rc.2
2 parents f68e792 + 9674c32 commit 9e38458

File tree

2 files changed

+20
-42
lines changed

2 files changed

+20
-42
lines changed

libwasmvm/Cargo.lock

Lines changed: 18 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libwasmvm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ default = []
2626
backtraces = []
2727

2828
[dependencies]
29-
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.2.0-rc.1", features = [
29+
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.2.0-rc.2", features = [
3030
"staking",
3131
"stargate",
3232
"iterator",
3333
] }
34-
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.2.0-rc.1", features = [
34+
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.2.0-rc.2", features = [
3535
"staking",
3636
"stargate",
3737
"iterator",

0 commit comments

Comments
 (0)