File: disable-document-features.patch

package info (click to toggle)
rust-serial-test 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 216 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 545 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
Index: serial-test/Cargo.toml
===================================================================
--- serial-test.orig/Cargo.toml
+++ serial-test/Cargo.toml
@@ -52,10 +52,6 @@ path = "src/lib.rs"
 name = "tests"
 path = "tests/tests.rs"
 
-[dependencies.document-features]
-version = "0.2"
-optional = true
-
 [dependencies.env_logger]
 version = ">=0.6.1"
 optional = true
@@ -107,7 +103,6 @@ default = [
     "logging",
     "async",
 ]
-docsrs = ["dep:document-features"]
 file_locks = ["dep:fslock"]
 logging = ["dep:log"]
 test_logging = [