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.
rust-nom/nom-fix-metadata.diff

39 lines
765 B

--- nom-7.1.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nom-7.1.3/Cargo.toml 2023-01-28T21:50:33.035844+00:00
@@ -53,35 +53,6 @@
lto = true
codegen-units = 1
debug = true
-
-[[example]]
-name = "custom_error"
-path = "examples/custom_error.rs"
-required-features = ["alloc"]
-
-[[example]]
-name = "json"
-path = "examples/json.rs"
-required-features = ["alloc"]
-
-[[example]]
-name = "json_iterator"
-path = "examples/json_iterator.rs"
-required-features = ["alloc"]
-
-[[example]]
-name = "iterator"
-path = "examples/iterator.rs"
-
-[[example]]
-name = "s_expression"
-path = "examples/s_expression.rs"
5 years ago
-required-features = ["alloc"]
-
-[[example]]
-name = "string"
-path = "examples/string.rs"
-required-features = ["alloc"]
[[test]]
name = "arithmetic"