about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-generate/no-vendor.patch
blob: 0c3b18de211cd790d6c10b6d7fe62afc3f863f34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ include = ["src/**/*", "LICENSE-*", "*.md"]
 
 [dependencies]
 clap = { version = "3.2", features = ["derive", "std"], default-features = false }
-git2 = { version = "0.14", features = ["ssh", "https", "vendored-libgit2", "vendored-openssl"], default-features = false }
+git2 = { version = "0.14", features = ["ssh", "https"], default-features = false }
 console = "0.15"
 dialoguer = "0.10"
 dirs = "4.0"