mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 10:15:12 +03:00
11 lines
440 B
Diff
11 lines
440 B
Diff
--- a/asyncgit/Cargo.toml
|
|
+++ b/asyncgit/Cargo.toml
|
|
@@ -13,7 +13,7 @@
|
|
|
|
[dependencies]
|
|
scopetime = { path = "../scopetime", version = "0.1" }
|
|
-git2 = { version = "0.13", features = ["vendored-openssl"] }
|
|
+git2 = { version = "0.13" }
|
|
# git2 = { path = "../../github/git2-rs", features = ["vendored-openssl"]}
|
|
# git2 = { git="https://github.com/extrawurst/git2-rs.git", rev="513a8c9", features = ["vendored-openssl"]}
|
|
rayon-core = "1.9"
|