Skip to content

Commit 3e00a16

Browse files
authored
Merge pull request #2476 from oasisprotocol/peternose/internal/bump-wasm3-rs-0.3.4
runtime-sdk/modules/contracts: Bump wasm3-rs to 0.3.4
2 parents 44efba2 + 3c3f00c commit 3e00a16

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

Cargo.lock

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

runtime-sdk/modules/contracts/Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ license = "Apache-2.0"
99
[dependencies]
1010
cbor = { version = "0.5.1", package = "oasis-cbor" }
1111
oasis-contract-sdk-crypto = { path = "../../../contract-sdk/crypto" }
12-
oasis-contract-sdk-types = { path = "../../../contract-sdk/types", features = ["oasis-runtime-sdk"] }
12+
oasis-contract-sdk-types = { path = "../../../contract-sdk/types", features = [
13+
"oasis-runtime-sdk",
14+
] }
1315
oasis-runtime-sdk = { path = "../.." }
1416

1517
# Internal Wasm3 bindings.
16-
wasm3 = { git = "https://github.com/oasisprotocol/wasm3-rs", tag = "v0.3.3" }
18+
wasm3 = { git = "https://github.com/oasisprotocol/wasm3-rs", tag = "v0.3.4" }
1719

1820
# Third party.
1921
anyhow = "1.0"
@@ -35,4 +37,4 @@ pretty_assertions = "1.3.0"
3537

3638
[features]
3739
debug-utils = []
38-
benchmarks = [] # Enable inline benchmarks for use with `cargo bench`.
40+
benchmarks = [] # Enable inline benchmarks for use with `cargo bench`.

0 commit comments

Comments
 (0)