Skip to content

Commit

Permalink
Set libwasmvm version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Jul 11, 2024
1 parent 5da9f8c commit ccf6865
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 38 deletions.
71 changes: 36 additions & 35 deletions libwasmvm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions libwasmvm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmvm"
version = "2.1.0-rc.2"
version = "2.1.0"
publish = false
authors = ["Ethan Frey <[email protected]>"]
edition = "2021"
Expand All @@ -26,8 +26,16 @@ default = []
backtraces = []

[dependencies]
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.1.0-rc.1", features = ["staking", "stargate", "iterator"] }
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.1.0-rc.1", features = ["staking", "stargate", "iterator"] }
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.1.0", features = [
"staking",
"stargate",
"iterator",
] }
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.1.0", features = [
"staking",
"stargate",
"iterator",
] }
errno = "0.3.8"
rmp-serde = "1.1.2"
serde = { version = "1.0.103", features = ["derive"] }
Expand Down

0 comments on commit ccf6865

Please sign in to comment.