Skip to content

Commit 010196c

Browse files
committed
Bump cosmwasm rc
1 parent 925f59e commit 010196c

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

libwasmvm/Cargo.lock

Lines changed: 12 additions & 12 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.2", features = [
29+
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.2.0-rc.3", features = [
3030
"staking",
3131
"stargate",
3232
"iterator",
3333
] }
34-
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.2.0-rc.2", features = [
34+
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.2.0-rc.3", features = [
3535
"staking",
3636
"stargate",
3737
"iterator",

0 commit comments

Comments
 (0)