You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
560 B
22 lines
560 B
--- serial_test-0.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ serial_test-0.6.0/Cargo.toml 2022-04-12T10:01:55.038717+00:00
|
|
@@ -20,12 +20,6 @@
|
|
categories = ["development-tools::testing"]
|
|
license = "MIT"
|
|
repository = "https://github.com/palfrey/serial_test/"
|
|
-[package.metadata.docs.rs]
|
|
-all-features = true
|
|
-rustdoc-args = ["--cfg", "docsrs"]
|
|
-[dependencies.document-features]
|
|
-version = "0.2"
|
|
-optional = true
|
|
|
|
[dependencies.fslock]
|
|
version = "0.2"
|
|
@@ -42,5 +36,4 @@
|
|
|
|
[features]
|
|
default = []
|
|
-docsrs = ["document-features"]
|
|
file_locks = ["fslock"]
|