Skip to content

Commit e8271f6

Browse files
authored
Merge pull request #535 from CosmWasm/merge-2.0.1
Merge 2.0.1
2 parents 7d84b12 + fd68a04 commit e8271f6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

libwasmvm/Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libwasmvm/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmvm"
3-
version = "2.0.0"
3+
version = "2.0.1"
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 = "v2.0.0", features = ["staking", "stargate", "iterator"] }
30-
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.0.0", features = ["staking", "stargate", "iterator"] }
29+
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.0.1", features = ["staking", "stargate", "iterator"] }
30+
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.0.1", features = ["staking", "stargate", "iterator"] }
3131
errno = "0.3.8"
3232
serde_json = "1.0.91"
3333
thiserror = "1.0.38"

0 commit comments

Comments
 (0)