Update to version 0.1.31; Fixes RHBZ#2055914

epel9
Fabio Valentini 3 years ago
parent e0ecd2b75d
commit 43bf616423
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/tracing-0.1.28.crate /tracing-0.1.28.crate
/tracing-0.1.29.crate /tracing-0.1.29.crate
/tracing-0.1.30.crate /tracing-0.1.30.crate
/tracing-0.1.31.crate

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

@ -1 +1 @@
SHA512 (tracing-0.1.30.crate) = addfa5ce47705070eeea900aa9e8c5d5c3564c163f9e080019311a0c00b6cedefe43c5a2b892a866d953696444528e6178e49e1913ead27650639354cd61584c SHA512 (tracing-0.1.31.crate) = c43bf98bc67332f67fbeaa067c430b99aed88bab48fe2dcac19eddd3704a76daf3e587a50f86dd0065fc359de7ff09d3a359160421964d202a0715b2862f2e96

@ -1,5 +1,5 @@
--- tracing-0.1.30/Cargo.toml 1970-01-01T00:00:01+00:00 --- tracing-0.1.31/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-0.1.30/Cargo.toml 2022-02-05T23:30:37.145582+00:00 +++ tracing-0.1.31/Cargo.toml 2022-02-18T18:05:46.931705+00:00
@@ -51,9 +51,6 @@ @@ -51,9 +51,6 @@
[dependencies.tracing-core] [dependencies.tracing-core]
version = "0.1.22" version = "0.1.22"

Loading…
Cancel
Save