summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 628b600..784e63d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ anyhow = "1.0.55"
bincode = "1.3.3"
bytes = "1.1.0"
futures-util = "0.3.21"
-git2 = "0.14.0"
+git2 = { version = "0.14.0", default-features = false }
glob = "0.3.0"
hostname = "0.3.1"
libc = "0.2.119"