Radish alpha
r
rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt
Git libraries for Radicle
Radicle
Git
publish: git-ref-format, radicle-git-ext, radicle-surf
Fintan Halpenny committed 2 years ago
commit fc6a4fcac5c302892311c7bb5e82d5fa6d08ce2a
parent 64fef2f
3 files changed +5 -5
modified radicle-git-ext/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "radicle-git-ext"
-
version = "0.4.1"
+
version = "0.4.2"
authors = [
  "Alexis Sellier <alexis@radicle.xyz>",
  "Kim Altintop <kim@eagain.st>",
@@ -26,7 +26,7 @@ default-features = false
features = ["vendored-libgit2"]

[dependencies.git-ref-format]
-
version = "0.2.1"
+
version = "0.2.2"
path = "./git-ref-format"
features = ["macro", "serde", "minicbor"]

modified radicle-git-ext/git-ref-format/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-ref-format"
-
version = "0.2.1"
+
version = "0.2.2"
authors = [
  "Kim Altintop <kim@eagain.st>",
  "Fintan Halpenny <fintan.halpenny@gmail.com>",
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.10.1"
+
version = "0.10.2"
authors = ["The Radicle Team <dev@radicle.xyz>"]
edition = "2021"
homepage = "https://github.com/radicle-dev/radicle-surf"
@@ -38,7 +38,7 @@ default-features = false
features = ["vendored-libgit2"]

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