From 57a0c8c46cd01034c4b02df79a39b1eb84ace57c Mon Sep 17 00:00:00 2001 From: cloudhead Date: Tue, 3 Sep 2024 12:36:24 +0200 Subject: [PATCH] Update `radicle-fetch` crate to 0.10.0 --- radicle-fetch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicle-fetch/Cargo.toml b/radicle-fetch/Cargo.toml index 4418f409..5382e995 100644 --- a/radicle-fetch/Cargo.toml +++ b/radicle-fetch/Cargo.toml @@ -3,7 +3,7 @@ name = "radicle-fetch" description = "Radicle fetch protocol" homepage = "https://radicle.xyz" license = "MIT OR Apache-2.0" -version = "0.9.0" +version = "0.10.0" authors = ["Fintan Halpenny "] edition = "2021"