Update to version 0.1.35; Fixes RHBZ#2094933

epel9
Fabio Valentini 3 years ago
parent 34675f9184
commit cd576e360b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/tracing-0.1.31.crate
/tracing-0.1.32.crate
/tracing-0.1.34.crate
/tracing-0.1.35.crate

@ -5,7 +5,7 @@
%global crate tracing
Name: rust-%{crate}
Version: 0.1.34
Version: 0.1.35
Release: %autorelease
Summary: Application-level tracing for Rust

@ -1 +1 @@
SHA512 (tracing-0.1.34.crate) = d4641f3f239d158547d7c811a80cbd2d1d7df366122dcc678d01844988ef3c5f5db637707e7e91bfb2ea16bef5463d52f8a481d1a9804bac197157453b5877d8
SHA512 (tracing-0.1.35.crate) = 939f649d1578e569b974ced1f28678e494f4c42fa5e6c981f38188dcb2d960f71140627e4f60b86d926d44473b311bc855e85f8d90e43932ec3ac7eca7c02394

@ -1,7 +1,7 @@
--- tracing-0.1.34/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-0.1.34/Cargo.toml 2022-05-24T21:51:28.698730+00:00
--- tracing-0.1.35/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-0.1.35/Cargo.toml 2022-07-16T11:59:41.137546+00:00
@@ -77,10 +77,6 @@
version = "0.1.22"
version = "0.1.27"
default-features = false
-[dev-dependencies.criterion]

Loading…
Cancel
Save