Update to version 0.1.37; Fixes RHBZ#2132826

epel9
Fabio Valentini 2 years ago
parent 51d312f307
commit 50dd2c08a7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/tracing-0.1.34.crate /tracing-0.1.34.crate
/tracing-0.1.35.crate /tracing-0.1.35.crate
/tracing-0.1.36.crate /tracing-0.1.36.crate
/tracing-0.1.37.crate

@ -5,7 +5,7 @@
%global crate tracing %global crate tracing
Name: rust-tracing Name: rust-tracing
Version: 0.1.36 Version: 0.1.37
Release: %autorelease Release: %autorelease
Summary: Application-level tracing for Rust Summary: Application-level tracing for Rust

@ -1 +1 @@
SHA512 (tracing-0.1.36.crate) = fc38e37b9ef2b969df4813def9392ee1b3f0f53d602be1a61c671cbc61bab201055947cb3dbe5653e5bc09d886b49c5d5c9a82ab58b974f6f459885f5f1068cf SHA512 (tracing-0.1.37.crate) = 2116045f51b35e90fc933cc136d045d09c0aaa33400a9056051d887fea2d2982b394830e4d4c3bcb4b831e62b9c19f6c751c2d216169f663aa18c4067aed7d75

@ -1,5 +1,5 @@
--- tracing-0.1.36/Cargo.toml 1970-01-01T00:00:01+00:00 --- tracing-0.1.37/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-0.1.36/Cargo.toml 1970-01-01T00:00:01+00:00 +++ tracing-0.1.37/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -135,8 +135,5 @@ @@ -135,8 +135,5 @@
std = ["tracing-core/std"] std = ["tracing-core/std"]
valuable = ["tracing-core/valuable"] valuable = ["tracing-core/valuable"]

@ -1,7 +1,7 @@
--- tracing-0.1.36/Cargo.toml 1970-01-01T00:00:01+00:00 --- tracing-0.1.37/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-0.1.36/Cargo.toml 2022-08-06T16:08:00.966463+00:00 +++ tracing-0.1.37/Cargo.toml 2022-10-08T18:42:16.656800+00:00
@@ -105,10 +105,6 @@ @@ -105,10 +105,6 @@
version = "0.1.29" version = "0.1.30"
default-features = false default-features = false
-[dev-dependencies.criterion] -[dev-dependencies.criterion]

Loading…
Cancel
Save