From b30cf77846904d7225a6f0d27ab7308ea96d05d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leegwater=20Sim=C3=B5es?= Date: Tue, 5 Dec 2023 14:30:40 +0100 Subject: [PATCH] piecrust: bump version to `0.14.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 72fb7422..d10f4714 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.14.0-rc.0" +version = "0.14.0-rc.1" edition = "2021" license = "MPL-2.0"