Skip to content

Commit

Permalink
oasis-runtime-sdk-contracts: Bump wasm3-rs to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Jan 26, 2024
1 parent dea52e5 commit 7b4d142
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
20 changes: 7 additions & 13 deletions Cargo.lock

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

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 <info@oasisprotocol.org>"]
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

0 comments on commit 7b4d142

Please sign in to comment.