From 742c02eb95dad30c2a86a7ccb825e1cc15c63c97 Mon Sep 17 00:00:00 2001 From: moana Date: Mon, 17 Jun 2024 18:32:58 +0200 Subject: [PATCH] core: Bump to v0.29.0-rc.3 --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index c978681..1ab742b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phoenix-core" -version = "0.29.0-rc.2" +version = "0.29.0-rc.3" edition = "2021" repository = "https://github.com/dusk-network/phoenix/core" description = "Core types and functionalities for Phoenix, a privacy-preserving ZKP-based transaction model"