Skip to content

Commit 3001118

Browse files
committed
Update cosmwasm to 2.1.3
1 parent f947671 commit 3001118

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

libwasmvm/Cargo.lock

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

0 commit comments

Comments
 (0)