Skip to content

Commit 8efb60c

Browse files
committed
Merge branch 'release/2.0' into merge-2.0.1
2 parents 7d84b12 + b003a33 commit 8efb60c

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

lib_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ package cosmwasm
33
import (
44
"testing"
55

6-
"github.com/stretchr/testify/require"
7-
86
"github.com/CosmWasm/wasmvm/v2/types"
7+
"github.com/stretchr/testify/require"
98
)
109

1110
func TestCreateChecksum(t *testing.T) {

libwasmvm/Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libwasmvm/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmvm"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
publish = false
55
authors = ["Ethan Frey <[email protected]>"]
66
edition = "2021"
@@ -26,8 +26,8 @@ default = []
2626
backtraces = []
2727

2828
[dependencies]
29-
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.0.0", features = ["staking", "stargate", "iterator"] }
30-
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.0.0", features = ["staking", "stargate", "iterator"] }
29+
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.0.1", features = ["staking", "stargate", "iterator"] }
30+
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.0.1", features = ["staking", "stargate", "iterator"] }
3131
errno = "0.3.8"
3232
serde_json = "1.0.91"
3333
thiserror = "1.0.38"

0 commit comments

Comments
 (0)