From 13d61603806295f5fd45408b541b7cf99d101307 Mon Sep 17 00:00:00 2001 From: Milosz Muszynski Date: Tue, 13 Feb 2024 13:58:07 +0100 Subject: [PATCH] piecrust: bump version to 0.16.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 e671b153..a34a2445 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.15.0" +version = "0.16.0-rc.0" edition = "2021" license = "MPL-2.0" [dependencies] crumbles = { version = "0.3", path = "../crumbles" } -piecrust-uplink = { version = "0.10", path = "../piecrust-uplink" } +piecrust-uplink = { version = "0.11.0-rc.0", path = "../piecrust-uplink" } dusk-wasmtime = { version = "17", default-features = false, features = ["cranelift", "parallel-compilation"] } bytecheck = "0.6"