Skip to content

Commit

Permalink
Merge pull request #432 from CosmWasm/chipshort/release-1.2.4
Browse files Browse the repository at this point in the history
Release wasmvm 1.2.4
  • Loading branch information
chipshort authored Jun 5, 2023
2 parents 61e41ae + 517ec63 commit 8d5026d
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmvm"
version = "1.2.3"
version = "1.2.4"
publish = false
authors = ["Ethan Frey <[email protected]>"]
edition = "2021"
Expand Down Expand Up @@ -31,8 +31,8 @@ default = []
backtraces = []

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

0 comments on commit 8d5026d

Please sign in to comment.