Radish alpha
r
rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt
Git libraries for Radicle
Radicle
Git
git-ext: update to version 0.3.0
Fintan Halpenny committed 3 years ago
commit e81ea9b558ade30ef9eed658274279c41e2ed8f7
parent 165f25f
2 files changed +4 -2
modified radicle-git-ext/Cargo.toml
@@ -1,9 +1,11 @@
[package]
name = "radicle-git-ext"
-
version = "0.2.1"
+
version = "0.3.0"
authors = [
+
  "Alexis Sellier <alexis@radicle.xyz>",
  "Kim Altintop <kim@eagain.st>",
  "Fintan Halpenny <fintan.halpenny@gmail.com",
+
  "Han Xu <keepsimple@gmail.com>",
]
edition = "2021"
license = "GPL-3.0-or-later"
modified radicle-surf/Cargo.toml
@@ -38,7 +38,7 @@ default-features = false
features = ["vendored-libgit2"]

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