File: 2002_webpki-root-certs.patch

package info (click to toggle)
rust-rustls-platform-verifier 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 568 kB
  • sloc: makefile: 4; sh: 1
file content (24 lines) | stat: -rw-r--r-- 661 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: avoid not-in-Debian crate webpki-root-certs
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-10-03
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/rustls-platform-verifier/Cargo.toml
+++ b/rustls-platform-verifier/Cargo.toml
@@ -8,6 +8,7 @@
 license = "MIT OR Apache-2.0"
 edition = "2021"
 rust-version = "1.71.0"
+autoexamples = false
 
 [lib]
 name = "rustls_platform_verifier"
@@ -61,7 +62,6 @@
 
 [dev-dependencies]
 rustls = { version = "0.23", default-features = false, features = ["ring"] }
-webpki-root-certs = "1"
 
 [package.metadata.docs.rs]
 rustdoc-args = ["--cfg", "docsrs"]