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

23 lines
459 B

--- rxml-0.8.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rxml-0.8.2/Cargo.toml 2022-12-20T20:32:31.897792+00:00
@@ -56,7 +56,7 @@
version = "^0.8.0"
[dependencies.smartstring]
-version = "^0.2"
+version = "^1.0"
[dependencies.tokio]
version = "^1"
@@ -66,10 +66,6 @@
[dependencies.weak-table]
version = "^0.3"
optional = true
-
-[dev-dependencies.criterion]
-version = "^0.3"
-features = ["html_reports"]
[dev-dependencies.tokio]
version = "^1"