From f61ad6dc7998d494558bfc06e9867bd48c51b369 Mon Sep 17 00:00:00 2001 From: Milosz Muszynski Date: Fri, 22 Nov 2024 16:19:17 +0100 Subject: [PATCH] piecrust: bumped version to 0.26.1-rc.3 --- piecrust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piecrust/Cargo.toml b/piecrust/Cargo.toml index 02e4a8bd..701df91e 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.1-rc.2" +version = "0.26.1-rc.3" edition = "2021" license = "MPL-2.0"