Skip to content

Commit bb5ebdf

Browse files
committed
Set libwasmvm version to 1.4.3
1 parent 9ebf11d commit bb5ebdf

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

libwasmvm/Cargo.lock

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

libwasmvm/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmvm"
3-
version = "1.4.2"
3+
version = "1.4.3"
44
publish = false
55
authors = ["Ethan Frey <[email protected]>"]
66
edition = "2021"
@@ -26,8 +26,8 @@ default = []
2626
backtraces = []
2727

2828
[dependencies]
29-
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.4.2", features = ["staking", "stargate", "iterator"] }
30-
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.4.2", features = ["staking", "stargate", "iterator"] }
29+
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.4.3", features = ["staking", "stargate", "iterator"] }
30+
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.4.3", features = ["staking", "stargate", "iterator"] }
3131
errno = "0.2"
3232
serde_json = "1.0.91"
3333
thiserror = "1.0.38"

0 commit comments

Comments
 (0)