Radish alpha
r
rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt
Git libraries for Radicle
Radicle
Git
publish: radicle-git-ext, git-ref-format, radicle-surf
Fintan Halpenny committed 2 years ago
commit 4c9e958dd762e3da7bc9c1b55f09361b62b413e8
parent 3069326
5 files changed +10 -10
modified radicle-git-ext/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "radicle-git-ext"
-
version = "0.4.2"
+
version = "0.4.3"
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.2"
+
version = "0.2.3"
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.2"
+
version = "0.2.3"
authors = [
  "Kim Altintop <kim@eagain.st>",
  "Fintan Halpenny <fintan.halpenny@gmail.com>",
@@ -22,10 +22,10 @@ percent-encoding = ["git-ref-format-core/percent-encoding"]
serde = ["git-ref-format-core/serde"]

[dependencies.git-ref-format-core]
-
version = "0.2.1"
+
version = "0.2.3"
path = "./core"

[dependencies.git-ref-format-macro]
-
version = "0.2.1"
+
version = "0.2.3"
path = "./macro"
optional = true
modified radicle-git-ext/git-ref-format/core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-ref-format-core"
-
version = "0.2.1"
+
version = "0.2.3"
authors = ["Kim Altintop <kim@eagain.st>"]
edition = "2018"
license = "GPL-3.0-or-later"
modified radicle-git-ext/git-ref-format/macro/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-ref-format-macro"
-
version = "0.2.1"
+
version = "0.2.3"
authors = ["Kim Altintop <kim@eagain.st>"]
edition = "2018"
license = "GPL-3.0-or-later"
@@ -18,5 +18,5 @@ quote = "1"
syn = "1"

[dependencies.git-ref-format-core]
-
version = "0.2.1"
+
version = "0.2.3"
path = "../core"
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.2"
+
version = "0.10.3"
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.2"
+
version = "0.4.3"
path = "../radicle-git-ext"
features = ["serde"]