Skip to content

Commit

Permalink
Merge pull request #1617 from oasisprotocol/matevz/deps/wasm3-shlex-1…
Browse files Browse the repository at this point in the history
….3.0

Bump wasm3-rs to 0.3.2
  • Loading branch information
matevz authored Jan 26, 2024
2 parents 8e3c352 + f9897f5 commit 87b7add
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 24 deletions.
26 changes: 10 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contract-sdk/specs/access/oas173/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contract-sdk/specs/token/oas20/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oasis-runtime-sdk"
version = "0.8.3"
version = "0.8.4"
authors = ["Oasis Protocol Foundation <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions runtime-sdk/modules/contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oasis-runtime-sdk-contracts"
description = "Smart contracts module for the Oasis Runtime SDK."
version = "0.4.0"
version = "0.4.1"
authors = ["Oasis Protocol Foundation <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -13,7 +13,7 @@ oasis-contract-sdk-types = { path = "../../../contract-sdk/types", features = ["
oasis-runtime-sdk = { path = "../.." }

# Internal Wasm3 bindings.
wasm3 = { git = "https://github.com/oasisprotocol/wasm3-rs", tag = "v0.3.1" }
wasm3 = { git = "https://github.com/oasisprotocol/wasm3-rs", tag = "v0.3.2" }

# Third party.
anyhow = "1.0"
Expand Down
6 changes: 3 additions & 3 deletions tests/contracts/hello/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 87b7add

Please sign in to comment.