Radish alpha
r
rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt
Git libraries for Radicle
Radicle
Git
release: radicle-surf-0.22.0, radicle-git-ext-0.8.0
Fintan Halpenny committed 1 year ago
commit 556663854e0e51fa964cf640ed9bc2a52940dd33
parent 224ad08
3 files changed +4 -4
modified Cargo.lock
@@ -630,7 +630,7 @@ dependencies = [

[[package]]
name = "radicle-git-ext"
-
version = "0.7.0"
+
version = "0.8.0"
dependencies = [
 "git-ref-format",
 "git2",
modified radicle-git-ext/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "radicle-git-ext"
-
version = "0.7.0"
+
version = "0.8.0"
authors = [
  "Alexis Sellier <alexis@radicle.xyz>",
  "Kim Altintop <kim@eagain.st>",
modified radicle-surf/Cargo.toml
@@ -2,7 +2,7 @@
name = "radicle-surf"
description = "A code surfing library for Git repositories"
readme = "README.md"
-
version = "0.21.0"
+
version = "0.22.0"
authors = ["The Radicle Team <dev@radicle.xyz>"]
edition = "2021"
homepage = "https://github.com/radicle-dev/radicle-git/blob/main/radicle-surf/README.md"
@@ -41,7 +41,7 @@ default-features = false
features = ["vendored-libgit2"]

[dependencies.radicle-git-ext]
-
version = "0.7.0"
+
version = "0.8.0"
path = "../radicle-git-ext"
features = ["serde"]