Radish alpha
r
rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt
Git libraries for Radicle
Radicle
Git
meta: update to git2-0.17.0
Fintan Halpenny committed 3 years ago
commit a8ce42766f5634f15e936d84680cb880995e1776
parent 6de53f7
6 files changed +6 -6
modified git-storage/Cargo.toml
@@ -13,7 +13,7 @@ thiserror = "1"
either = "1.8.0"

[dependencies.git2]
-
version = "0.16.1"
+
version = "0.17.0"
default-features = false
features = ["vendored-libgit2"]

modified git-storage/t/Cargo.toml
@@ -21,7 +21,7 @@ proptest = "1"
path = ".."

[dependencies.git2]
-
version = "0.16.1"
+
version = "0.17.0"
default-features = false
features = ["vendored-libgit2"]

modified radicle-git-ext/Cargo.toml
@@ -21,7 +21,7 @@ percent-encoding = "2"
thiserror = "1"

[dependencies.git2]
-
version = "0.16.1"
+
version = "0.17.0"
default-features = false
features = ["vendored-libgit2"]

modified radicle-git-ext/t/Cargo.toml
@@ -24,7 +24,7 @@ serde = "1"
serde_json = "1"

[dependencies.git2]
-
version = "0.16.1"
+
version = "0.17.0"
default-features = false
features = ["vendored-libgit2"]

modified radicle-surf/Cargo.toml
@@ -33,7 +33,7 @@ nonempty = "0.5"
thiserror = "1.0"

[dependencies.git2]
-
version = "0.16.1"
+
version = "0.17.0"
default-features = false
features = ["vendored-libgit2"]

modified radicle-surf/t/Cargo.toml
@@ -19,7 +19,7 @@ proptest = "1"
serde_json = "1"

[dev-dependencies.git2]
-
version = "0.16.1"
+
version = "0.17.0"
default-features = false
features = ["vendored-libgit2"]