Update `radicle-remote-helper` crate to 0.10.0

This commit is contained in:
cloudhead 2024-09-03 12:34:27 +02:00
parent bde68ac76c
commit c8b33a4fba
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name = "radicle-remote-helper"
description = "Radicle git remote helper" description = "Radicle git remote helper"
homepage = "https://radicle.xyz" homepage = "https://radicle.xyz"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
version = "0.9.0" version = "0.10.0"
authors = ["cloudhead <cloudhead@radicle.xyz>"] authors = ["cloudhead <cloudhead@radicle.xyz>"]
edition = "2021" edition = "2021"
build = "build.rs" build = "build.rs"