File: no-tokio-rustls.patch

package info (click to toggle)
rust-h2 0.3.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,280 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 524 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
25
26
27
28
Index: h2/Cargo.toml
===================================================================
--- h2.orig/Cargo.toml
+++ h2/Cargo.toml
@@ -36,6 +36,13 @@ categories = [
 ]
 license = "MIT"
 repository = "https://github.com/hyperium/h2"
+autoexamples = false
+
+[[example]]
+name = "client"
+
+[[example]]
+name = "server"
 
 [package.metadata.docs.rs]
 features = ["stream"]
@@ -110,9 +117,6 @@ features = [
     "net",
 ]
 
-[dev-dependencies.tokio-rustls]
-version = "0.23.2"
-
 [dev-dependencies.walkdir]
 version = "2.3.2"