Skip to content

Commit decffbc

Browse files
committed
Update to 2.1.0-rc.1
1 parent c1a7fed commit decffbc

File tree

2 files changed

+16
-34
lines changed

2 files changed

+16
-34
lines changed

libwasmvm/Cargo.lock

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

libwasmvm/Cargo.toml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,8 @@ default = []
2626
backtraces = []
2727

2828
[dependencies]
29-
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", branch = "main", features = [
30-
"staking",
31-
"stargate",
32-
"iterator",
33-
] }
34-
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", branch = "main", features = [
35-
"staking",
36-
"stargate",
37-
"iterator",
38-
] }
29+
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.1.0-rc.1", features = ["staking", "stargate", "iterator"] }
30+
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v2.1.0-rc.1", features = ["staking", "stargate", "iterator"] }
3931
errno = "0.3.8"
4032
serde_json = "1.0.91"
4133
thiserror = "1.0.38"

0 commit comments

Comments
 (0)