From 4e9713f58c1b7550bfe38a0c8cb9d1194b1ea2ea Mon Sep 17 00:00:00 2001 From: Milosz Muszynski Date: Wed, 18 Dec 2024 22:02:54 +0100 Subject: [PATCH] piecrust: bumped version to 0.27.0 --- piecrust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piecrust/Cargo.toml b/piecrust/Cargo.toml index db9ce8be..08cb7285 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.27.0-rc.1" +version = "0.27.0" edition = "2021" license = "MPL-2.0"