Skip to content

Commit

Permalink
Update to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jan 6, 2021
1 parent bbeb7a9 commit f7ed7bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmvm"
version = "0.13.0-alpha1"
version = "0.13.0"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "Go bindings for cosmwasm contracts"
Expand Down Expand Up @@ -30,8 +30,8 @@ default = []
backtraces = []

[dependencies]
cosmwasm-std = { version = "0.13.0-alpha2", features = ["iterator"]}
cosmwasm-vm = { version = "0.13.0-alpha2", features = ["iterator"] }
cosmwasm-std = { version = "0.13.0", features = ["iterator"]}
cosmwasm-vm = { version = "0.13.0", features = ["iterator"] }
errno = "0.2"
serde_json = "1.0"
thiserror = "1.0"
Expand Down

0 comments on commit f7ed7bb

Please sign in to comment.