Update to version 0.34.0

epel10
Fabio Valentini 6 months ago
parent 3bda6ad163
commit 770d7c1316
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/quick-xml-0.28.2.crate /quick-xml-0.28.2.crate
/quick-xml-0.30.0.crate /quick-xml-0.30.0.crate
/quick-xml-0.31.0.crate /quick-xml-0.31.0.crate
/quick-xml-0.34.0.crate

@ -1,12 +1,29 @@
--- quick-xml-0.31.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- quick-xml-0.34.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ quick-xml-0.31.0/Cargo.toml 2023-12-02T00:35:50.410440+00:00 +++ quick-xml-0.34.0/Cargo.toml 2024-08-09T18:27:42.780106+00:00
@@ -134,9 +134,6 @@ @@ -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 optional = true
default-features = false default-features = false
-
-[dev-dependencies.criterion] -[dev-dependencies.criterion]
-version = "0.4" -version = "0.4"
-
[dev-dependencies.pretty_assertions] [dev-dependencies.pretty_assertions]
version = "1.4" version = "1.4"

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate quick-xml %global crate quick-xml
Name: rust-quick-xml Name: rust-quick-xml
Version: 0.31.0 Version: 0.34.0
Release: %autorelease Release: %autorelease
Summary: High performance xml reader and writer Summary: High performance xml reader and writer

@ -0,0 +1,5 @@
[package]
cargo-toml-patch-comments = [
"drop unused, benchmark-only criterion dev-dependency",
]

@ -1 +1 @@
SHA512 (quick-xml-0.31.0.crate) = 9b1f4f9c32694ccb244938a9a4e9373c3902314afb6af5d2f6b1be55e5ec63fee5cf1085f8f32161570cc10fdd96f3375c7564b1d884bb152542b86593f175de SHA512 (quick-xml-0.34.0.crate) = d7c9e0ba651da1cdb322c10d575d9a650767c1694bea7df50b49dc98f0296a671bea2a3700ea3099dd708f0ed3f480fc921c90e86796f36afff42edafbc76a86

Loading…
Cancel
Save