From 090fae49f6509191ca854e216454734af4270415 Mon Sep 17 00:00:00 2001 From: Milosz Muszynski Date: Tue, 15 Oct 2024 10:02:36 +0200 Subject: [PATCH] piecrust: bumped version to 0.26.0-rc.1 --- piecrust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piecrust/Cargo.toml b/piecrust/Cargo.toml index ba3bad95..cd255ced 100644 --- a/piecrust/Cargo.toml +++ b/piecrust/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.26.0-rc.0" +version = "0.26.0-rc.1" edition = "2021" license = "MPL-2.0"