From a47ef825137cdb9a66ae06dbb39ee6bbffd588f2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 4 Mar 2022 21:54:17 -0500 Subject: remove network support from git --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-54-g00ecf