Radish alpha
r
rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt
Git libraries for Radicle
Radicle
Git
Crates Release
Fintan Halpenny committed 7 months ago
commit 6422fd580b1c9c96ba40620197e29d7b9fbe2824
parent 9bed9a3
6 files changed +15 -15
modified Cargo.lock
@@ -265,7 +265,7 @@ dependencies = [

[[package]]
name = "git-ref-format"
-
version = "0.4.0"
+
version = "0.5.0"
dependencies = [
 "git-ref-format-core",
 "git-ref-format-macro",
@@ -273,7 +273,7 @@ dependencies = [

[[package]]
name = "git-ref-format-core"
-
version = "0.4.0"
+
version = "0.5.0"
dependencies = [
 "bstr",
 "minicbor",
@@ -284,7 +284,7 @@ dependencies = [

[[package]]
name = "git-ref-format-macro"
-
version = "0.4.0"
+
version = "0.5.0"
dependencies = [
 "git-ref-format-core",
 "proc-macro-error2",
@@ -700,7 +700,7 @@ dependencies = [

[[package]]
name = "radicle-git-ext"
-
version = "0.9.0"
+
version = "0.10.0"
dependencies = [
 "git-ref-format",
 "git2",
@@ -730,7 +730,7 @@ version = "0.1.1"

[[package]]
name = "radicle-surf"
-
version = "0.24.0"
+
version = "0.25.0"
dependencies = [
 "anyhow",
 "base64",
modified radicle-git-ext/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "radicle-git-ext"
-
version = "0.9.0"
+
version = "0.10.0"
authors = [
  "Alexis Sellier <alexis@radicle.xyz>",
  "Kim Altintop <kim@eagain.st>",
@@ -33,7 +33,7 @@ default-features = false
features = ["vendored-libgit2"]

[dependencies.git-ref-format]
-
version = "0.4.0"
+
version = "0.5.0"
path = "./git-ref-format"
features = ["macro", "serde"]

modified radicle-git-ext/git-ref-format/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-ref-format"
-
version = "0.4.0"
+
version = "0.5.0"
authors = [
  "Kim Altintop <kim@eagain.st>",
  "Fintan Halpenny <fintan.halpenny@gmail.com>",
@@ -24,10 +24,10 @@ percent-encoding = ["git-ref-format-core/percent-encoding"]
serde = ["git-ref-format-core/serde"]

[dependencies.git-ref-format-core]
-
version = "0.4.0"
+
version = "0.5.0"
path = "./core"

[dependencies.git-ref-format-macro]
-
version = "0.4.0"
+
version = "0.5.0"
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.4.0"
+
version = "0.5.0"
authors = ["Kim Altintop <kim@eagain.st>"]
edition = "2021"
homepage = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt/tree/README.md"
modified radicle-git-ext/git-ref-format/macro/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-ref-format-macro"
-
version = "0.4.0"
+
version = "0.5.0"
authors = ["Kim Altintop <kim@eagain.st>"]
edition = "2021"
homepage = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt/tree/README.md"
@@ -20,5 +20,5 @@ quote = "1"
syn = "2"

[dependencies.git-ref-format-core]
-
version = "0.4.0"
+
version = "0.5.0"
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.24.0"
+
version = "0.25.0"
authors = ["The Radicle Team <dev@radicle.xyz>"]
edition = "2021"
homepage = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt/tree/radicle-surf/README.md"
@@ -41,7 +41,7 @@ default-features = false
features = ["vendored-libgit2"]

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