Update to version 0.1.40; Fixes RHBZ#2244964

epel9 imports/e9/rust-tracing-0.1.40-1.el9
Fabio Valentini 1 year ago
parent bfc9125cef
commit b332573384
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/tracing-0.1.37.crate
/tracing-0.1.38.crate
/tracing-0.1.39.crate
/tracing-0.1.40.crate

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

@ -1 +1 @@
SHA512 (tracing-0.1.39.crate) = ade13c507cad7d59be247007019d4f576782d6d1145ade4d15e16b74fde4d0a8b6164721017bfd500a2591ed2d8ac63bc29d2d27c17899b4179df1fb1ea0ecc8
SHA512 (tracing-0.1.40.crate) = 5622188a45dddc0d6d3a8244a9b12db6221f4180944ce1019d18f4e613e4bd113dae5d45fb57dd0754f6e8e153b047cdf00c8f200782bb2b868bc2d423d99275

@ -1,5 +1,5 @@
--- tracing-0.1.39/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-0.1.39/Cargo.toml 2023-10-15T10:26:27.924455+00:00
--- tracing-0.1.40/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-0.1.40/Cargo.toml 2023-11-10T21:18:56.987190+00:00
@@ -136,8 +136,6 @@
std = ["tracing-core/std"]
valuable = ["tracing-core/valuable"]

@ -1,5 +1,5 @@
--- tracing-0.1.39/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-0.1.39/Cargo.toml 2023-10-15T10:26:43.946599+00:00
--- tracing-0.1.40/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-0.1.40/Cargo.toml 2023-11-10T21:19:29.856341+00:00
@@ -51,42 +51,6 @@
"tracing_unstable",
]

Loading…
Cancel
Save