From 8c2a02e088743edebf7cba9d9b7a75dda0a07a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leegwater=20Sim=C3=B5es?= Date: Thu, 18 Jan 2024 15:28:23 +0100 Subject: [PATCH 1/2] uplink: bump to version `0.10.0-rc.0` --- piecrust-uplink/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piecrust-uplink/Cargo.toml b/piecrust-uplink/Cargo.toml index ed64cdb6..f0928983 100644 --- a/piecrust-uplink/Cargo.toml +++ b/piecrust-uplink/Cargo.toml @@ -7,7 +7,7 @@ categories = ["wasm", "no-std", "cryptography::cryptocurrencies"] keywords = ["virtual", "machine", "smart", "contract", "wasm"] repository = "https://github.com/dusk-network/piecrust" -version = "0.9.0" +version = "0.10.0-rc.0" edition = "2021" license = "MPL-2.0" From 2a8bf14f9d033df410adbdf5ee29dd53c014f43e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leegwater=20Sim=C3=B5es?= Date: Thu, 18 Jan 2024 15:28:43 +0100 Subject: [PATCH 2/2] piecrust: bump version to `0.15.0-rc.0` --- piecrust/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piecrust/Cargo.toml b/piecrust/Cargo.toml index f1b175f1..7431336a 100644 --- a/piecrust/Cargo.toml +++ b/piecrust/Cargo.toml @@ -7,14 +7,14 @@ categories = ["wasm", "no-std", "cryptography::cryptocurrencies"] keywords = ["virtual", "machine", "smart", "contract", "wasm"] repository = "https://github.com/dusk-network/piecrust" -version = "0.14.1" +version = "0.15.0-rc.0" edition = "2021" license = "MPL-2.0" [dependencies] crumbles = { version = "0.3", path = "../crumbles" } -piecrust-uplink = { version = "0.9.0-rc.0", path = "../piecrust-uplink" } +piecrust-uplink = { version = "0.10.0-rc", path = "../piecrust-uplink" } dusk-wasmtime = { version = "15", default-features = false, features = ["cranelift", "parallel-compilation"] } bytecheck = "0.6"