remote-helper: Update to 0.15.0

This commit is contained in:
Fintan Halpenny 2026-03-18 20:17:08 +00:00
parent d7e7db35ed
commit 9fd4f00c23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3209,7 +3209,7 @@ dependencies = [
[[package]]
name = "radicle-remote-helper"
version = "0.14.0"
version = "0.15.0"
dependencies = [
"dunce",
"log",

View File

@ -3,7 +3,7 @@ name = "radicle-remote-helper"
description = "Radicle git remote helper"
homepage.workspace = true
license.workspace = true
version = "0.14.0"
version = "0.15.0"
authors = ["cloudhead <cloudhead@radicle.xyz>"]
edition.workspace = true
build = "build.rs"