Skip to content

Commit 4da6e4d

Browse files
committed
Prepare for release v3.0.2
1 parent f6bb401 commit 4da6e4d

File tree

2 files changed

+35
-27
lines changed

2 files changed

+35
-27
lines changed

libwasmvm/Cargo.lock

Lines changed: 31 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libwasmvm/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "wasmvm"
3-
version = "3.0.1"
3+
version = "3.0.2"
44
publish = false
55
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
66
edition = "2021"
77
description = "Go bindings for cosmwasm contracts"
88
repository = "https://github.com/CosmWasm/wasmvm"
99
license = "Apache-2.0"
1010
readme = "README.md"
11-
exclude = [".circleci/*", ".gitignore"]
11+
exclude = [".gitignore"]
1212

1313
[lib]
1414
crate-type = ["cdylib", "rlib"]
@@ -26,13 +26,13 @@ default = []
2626
backtraces = []
2727

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

0 commit comments

Comments
 (0)