File: disable-examples-that-require-internet.patch

package info (click to toggle)
rust-reqwest 0.12.15-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,860 kB
  • sloc: makefile: 2
file content (38 lines) | stat: -rw-r--r-- 817 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
38
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -186,4 +186,0 @@
-[[example]]
-name = "blocking"
-path = "examples/blocking.rs"
-required-features = ["blocking"]
@@ -200,3 +200,0 @@
-[[example]]
-name = "form"
-path = "examples/form.rs"
@@ -210,3 +210,0 @@
-[[example]]
-name = "h3_simple"
-path = "examples/h3_simple.rs"
@@ -220,4 +220,0 @@
-[[example]]
-name = "json_dynamic"
-path = "examples/json_dynamic.rs"
-required-features = ["json"]
@@ -230,4 +230,0 @@
-[[example]]
-name = "json_typed"
-path = "examples/json_typed.rs"
-required-features = ["json"]
@@ -240,3 +240,0 @@
-[[example]]
-name = "simple"
-path = "examples/simple.rs"
@@ -250,4 +250,0 @@
-[[example]]
-name = "tor_socks"
-path = "examples/tor_socks.rs"
-required-features = ["socks"]
@@ -260,3 +260,0 @@
-[[test]]
-name = "badssl"
-path = "tests/badssl.rs"