aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 88e490c..63610d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ once_cell = "1"
gitlab = "0.1408"
graphql_client = "0.10"
-git2 = { version = "0.13", features = ["vendored-libgit2", "vendored-openssl"] }
+git2 = { version = "0.14" }
walkdir = "2"
@@ -41,3 +41,9 @@ xdg = "2"
# terminal coloring
ansi_term = "0.12"
+
+[features]
+default = []
+
+vendored-openssl = [ "git2/vendored-openssl" ]
+vendored-libgit2 = [ "git2/vendored-libgit2" ]