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

24 lines
511 B

--- quick-xml-0.28.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ quick-xml-0.28.2/Cargo.toml 2023-05-25T07:57:29.833432+00:00
@@ -103,10 +103,6 @@
features = ["derive"]
optional = true
-[dependencies.document-features]
-version = "0.2"
-optional = true
-
[dependencies.encoding_rs]
version = "0.8"
optional = true
@@ -123,9 +119,6 @@
features = ["io-util"]
optional = true
default-features = false
-
-[dev-dependencies.criterion]
-version = "0.4"
[dev-dependencies.pretty_assertions]
version = "1.3"