Skip to content

Commit db9d4a6

Browse files
committed
Update cosmwasm to 1.2.4
1 parent 8c66f0b commit db9d4a6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

libwasmvm/Cargo.lock

Lines changed: 8 additions & 8 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
@@ -31,8 +31,8 @@ default = []
3131
backtraces = []
3232

3333
[dependencies]
34-
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.2.3", features = ["staking", "stargate", "iterator"] }
35-
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.2.3", features = ["staking", "stargate", "iterator"] }
34+
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.2.4", features = ["staking", "stargate", "iterator"] }
35+
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.2.4", features = ["staking", "stargate", "iterator"] }
3636
errno = "0.2"
3737
serde_json = "1.0.91"
3838
thiserror = "1.0.38"

0 commit comments

Comments
 (0)