summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-03-04 21:54:17 -0500
committerJesse Luehrs <doy@tozt.net>2022-03-04 21:54:17 -0500
commita47ef825137cdb9a66ae06dbb39ee6bbffd588f2 (patch)
tree77540a47ab2f065938f7c3d850e348252ddbbfb4 /Cargo.toml
parentfcbdfacd72303c48f69cbde1ad5c343274c05fbf (diff)
downloadnbsh-a47ef825137cdb9a66ae06dbb39ee6bbffd588f2.tar.gz
nbsh-a47ef825137cdb9a66ae06dbb39ee6bbffd588f2.zip
remove network support from git
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"