From bbc79a7e30f5130703420cad6d869ab99e34be89 Mon Sep 17 00:00:00 2001 From: cloudhead Date: Tue, 3 Sep 2024 12:29:35 +0200 Subject: [PATCH] Update `radicle-term` crate to 0.11.0 --- radicle-term/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicle-term/Cargo.toml b/radicle-term/Cargo.toml index 17e8f085..20479035 100644 --- a/radicle-term/Cargo.toml +++ b/radicle-term/Cargo.toml @@ -4,7 +4,7 @@ description = "Terminal library used by the Radicle CLI" homepage = "https://radicle.xyz" repository = "https://app.radicle.xyz/seeds/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5" license = "MIT OR Apache-2.0" -version = "0.10.0" +version = "0.11.0" authors = ["cloudhead "] edition = "2021"