File: drop-vendored.patch

package info (click to toggle)
rust-keyring 3.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 460 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Description: No need to build vendored versions

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -105,4 +105,0 @@
-vendored = [
-    "dbus-secret-service?/vendored",
-    "openssl?/vendored",
-]