Skip to content

Commit 3fa27e3

Browse files
committed
Set libwasmvm version to 3.0.0
1 parent c509b75 commit 3fa27e3

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

libwasmvm/Cargo.lock

Lines changed: 17 additions & 17 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 = "3.0.0-rc.0"
3+
version = "3.0.0"
44
publish = false
55
authors = ["Ethan Frey <[email protected]>"]
66
edition = "2021"
@@ -26,13 +26,13 @@ default = []
2626
backtraces = []
2727

2828
[dependencies]
29-
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v3.0.0-rc.1", features = [
29+
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v3.0.0", features = [
3030
"staking",
3131
"stargate",
3232
"iterator",
3333
"ibc2",
3434
] }
35-
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v3.0.0-rc.1", features = [
35+
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v3.0.0", features = [
3636
"staking",
3737
"stargate",
3838
"iterator",

0 commit comments

Comments
 (0)