aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cargo-generate/files/patch-Cargo.toml
blob: 344682ea43c68ecb8e11c4dfa12276fb4536ae17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Cargo.toml.orig	2023-05-24 23:56:55 UTC
+++ Cargo.toml
@@ -69,11 +69,6 @@ features = [
   "run-cargo-fmt",
 ]
 
-[features]
-default = ["vendored-libgit2"]
-vendored-libgit2 = ["git2/vendored-libgit2"]
-vendored-openssl = ["openssl/vendored", "git2/vendored-openssl"]
-
 [[bin]]
 path = "src/main.rs"
 name = "cargo-generate"