about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-generate/no-vendor.patch
blob: b7788d3d656cc5551b89401be53f37e28c6db829 (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 = "4.0", features = ["derive", "std", "help"], default-features = false }
-git2 = { version = "0.15", features = ["ssh", "https", "vendored-libgit2", "vendored-openssl"], default-features = false }
+git2 = { version = "0.15", features = ["ssh", "https"], default-features = false }
 console = "0.15"
 dialoguer = "0.10"
 dirs = "4.0"