From 7058b40968983c166409a8355fc41081714a0a54 Mon Sep 17 00:00:00 2001 From: Hein Dauven Date: Fri, 27 Dec 2024 10:05:04 +0100 Subject: [PATCH] rusk-wallet: bump version to 0.1.0-rc.0 --- rusk-wallet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rusk-wallet/Cargo.toml b/rusk-wallet/Cargo.toml index 2e1c14413..c52cbe445 100644 --- a/rusk-wallet/Cargo.toml +++ b/rusk-wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusk-wallet" -version = "0.1.0" +version = "0.1.0-rc.0" edition = "2021" autobins = false description = "A library providing functionalities to create wallets compatible with Dusk"