From 0008e1fa52d4ff5f46215eb819a450476e0c6b70 Mon Sep 17 00:00:00 2001 From: drcpu <drcpu@protonmail.com> Date: Mon, 12 Aug 2024 08:30:45 +0200 Subject: [PATCH] fix(cargo): match version of node subcrate with main project --- node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Cargo.toml b/node/Cargo.toml index 57fe55a7a..b46338047 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witnet_node" -version = "2.0.0" +version = "2.0.0-rc0" authors = ["Witnet Foundation <info@witnet.foundation>"] workspace = ".." description = "node component"