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 22ffef0
Showing 1 changed file with 2 additions and 2 deletions.
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 22ffef0

Please sign in to comment.