Skip to content

Commit

Permalink
Merge pull request #535 from CosmWasm/merge-2.0.1
Browse files Browse the repository at this point in the history
Merge 2.0.1
  • Loading branch information
chipshort committed Apr 4, 2024
2 parents 7d84b12 + fd68a04 commit e8271f6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions libwasmvm/Cargo.lock

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

6 changes: 3 additions & 3 deletions libwasmvm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wasmvm"
version = "2.0.0"
version = "2.0.1"
publish = false
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
edition = "2021"
Expand All @@ -26,8 +26,8 @@ default = []
backtraces = []

[dependencies]
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.0.0", features = ["staking", "stargate", "iterator"] }
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.0.0", features = ["staking", "stargate", "iterator"] }
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.0.1", features = ["staking", "stargate", "iterator"] }
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.0.1", features = ["staking", "stargate", "iterator"] }
errno = "0.3.8"
serde_json = "1.0.91"
thiserror = "1.0.38"
Expand Down

0 comments on commit e8271f6

Please sign in to comment.