Skip to content

Commit ccf6865

Browse files
committed
Set libwasmvm version to 2.1.0
1 parent 5da9f8c commit ccf6865

File tree

2 files changed

+47
-38
lines changed

2 files changed

+47
-38
lines changed

libwasmvm/Cargo.lock

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

libwasmvm/Cargo.toml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmvm"
3-
version = "2.1.0-rc.2"
3+
version = "2.1.0"
44
publish = false
55
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
66
edition = "2021"
@@ -26,8 +26,16 @@ default = []
2626
backtraces = []
2727

2828
[dependencies]
29-
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.1.0-rc.1", features = ["staking", "stargate", "iterator"] }
30-
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.1.0-rc.1", features = ["staking", "stargate", "iterator"] }
29+
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.1.0", features = [
30+
"staking",
31+
"stargate",
32+
"iterator",
33+
] }
34+
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.1.0", features = [
35+
"staking",
36+
"stargate",
37+
"iterator",
38+
] }
3139
errno = "0.3.8"
3240
rmp-serde = "1.1.2"
3341
serde = { version = "1.0.103", features = ["derive"] }

0 commit comments

Comments
 (0)