projects
/
rustc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70f3c88
)
Remove embeded C libraries in bundled crates
author
Zixing Liu
<zixing.liu@canonical.com>
Sat, 4 May 2024 11:38:10 +0000
(13:38 +0200)
committer
Fabian Grünbichler
<debian@fabian.gruenbichler.email>
Sat, 4 May 2024 11:38:10 +0000
(13:38 +0200)
Forwarded: not-needed
Last-Update: 2023-05-17
Last-Update: 2023-05-17
Gbp-Pq: Name d-0010-cargo-remove-vendored-c-crates.patch
src/tools/cargo/Cargo.toml
patch
|
blob
|
history
diff --git
a/src/tools/cargo/Cargo.toml
b/src/tools/cargo/Cargo.toml
index 56c9827cbfb28c4b825a2056383d180a00fda346..079322b29a6fbd0c19ceaa7090bdbe08586bbe20 100644
(file)
--- a/
src/tools/cargo/Cargo.toml
+++ b/
src/tools/cargo/Cargo.toml
@@
-114,6
+114,5
@@
test = false
doc = false
[features]
-vendored-openssl = ["openssl/vendored"]
-vendored-libgit2 = ["libgit2-sys/vendored"]
+# Debian: removed vendoring flags
pretty-env-logger = ["pretty_env_logger"]