From 1c620a28194fa85691e53a506061f48b883e8777 Mon Sep 17 00:00:00 2001 From: cloudhead Date: Tue, 3 Sep 2024 12:37:47 +0200 Subject: [PATCH] Update `radicle-node` crate to 0.10.0 --- radicle-node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicle-node/Cargo.toml b/radicle-node/Cargo.toml index c1bf0929..35f6d502 100644 --- a/radicle-node/Cargo.toml +++ b/radicle-node/Cargo.toml @@ -3,7 +3,7 @@ name = "radicle-node" description = "The Radicle Node" homepage = "https://radicle.xyz" license = "MIT OR Apache-2.0" -version = "0.9.0" +version = "0.10.0" authors = ["cloudhead "] edition = "2021" build = "build.rs"