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-quick-xml/quick-xml-fix-metadata.diff

30 lines
643 B

--- quick-xml-0.36.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ quick-xml-0.36.1/Cargo.toml 2024-08-13T16:51:30.738704+00:00
@@ -99,16 +99,6 @@
path = "tests/async-tokio.rs"
required-features = ["async-tokio"]
-[[bench]]
-name = "microbenches"
-path = "benches/microbenches.rs"
-harness = false
-
-[[bench]]
-name = "macrobenches"
-path = "benches/macrobenches.rs"
-harness = false
-
[dependencies.arbitrary]
version = "1"
features = ["derive"]
@@ -134,9 +124,6 @@
features = ["io-util"]
optional = true
default-features = false
-
-[dev-dependencies.criterion]
-version = "0.4"
[dev-dependencies.pretty_assertions]
version = "1.4"