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
|
Index: toml-edit/Cargo.toml
===================================================================
--- toml-edit.orig/Cargo.toml
+++ toml-edit/Cargo.toml
@@ -110,5 +109,0 @@ required-features = [
-[[test]]
-name = "decoder_compliance"
-path = "tests/decoder_compliance.rs"
-harness = false
-required-features = ["parse"]
@@ -116,8 +110,0 @@ required-features = ["parse"]
-[[test]]
-name = "encoder_compliance"
-path = "tests/encoder_compliance.rs"
-harness = false
-required-features = [
- "parse",
- "display",
-]
@@ -125,8 +111,0 @@ required-features = [
-[[test]]
-name = "invalid"
-path = "tests/invalid.rs"
-harness = false
-required-features = [
- "parse",
- "display",
-]
@@ -178,6 +156,0 @@ version = "0.6.0"
-
-[dev-dependencies.toml-test-data]
-version = "1.11.0"
-
-[dev-dependencies.toml-test-harness]
-version = "0.4.8"
|