Radish alpha
r
rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt
Git libraries for Radicle
Radicle
Git
meta: update to git2-0.15.0
Fintan Halpenny committed 3 years ago
commit 38c84a5958e16e49d5fb00058b4f5f42271a871e
parent 2ba9977
5 files changed +6 -6
modified link-git/Cargo.toml
@@ -58,7 +58,7 @@ features = ["async-client"]

# compat
[dependencies.git2]
-
version = "0.13.24"
+
version = "0.15.0"
default-features = false
features = ["vendored-libgit2"]
optional = true
modified link-git/t/Cargo.toml
@@ -22,7 +22,7 @@ futures_ringbuf = "0.3"
tempfile = "3.3"

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

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

[dependencies.git2]
-
version = "0.13.24"
+
version = "0.15.0"
default-features = false
features = ["vendored-libgit2"]

modified radicle-git-types/Cargo.toml
@@ -18,7 +18,7 @@ thiserror = "1.0.30"
tracing = "0.1"

[dependencies.git2]
-
version = "0.13.24"
+
version = "0.15.0"
default-features = false
features = ["vendored-libgit2"]

modified radicle-surf/Cargo.toml
@@ -34,9 +34,9 @@ serde = { features = ["serde_derive"], optional = true, version = "1" }
thiserror = "1.0"

[dependencies.git2]
-
version = ">= 0.12"
+
version = "0.15.0"
default-features = false
-
features = []
+
features = ["vendored-libgit2"]

[dev-dependencies]
criterion = "0.3"