update to version 0.1.22

epel9
Fabio Valentini 4 years ago
parent d91b49d5be
commit 35d933def3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/tracing-0.1.19.crate /tracing-0.1.19.crate
/tracing-0.1.21.crate /tracing-0.1.21.crate
/tracing-0.1.22.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tracing %global crate tracing
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.21 Version: 0.1.22
Release: 1%{?dist} Release: 1%{?dist}
Summary: Application-level tracing for Rust Summary: Application-level tracing for Rust
@ -290,6 +290,10 @@ which use "tracing-attributes" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Nov 27 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.22-1
- Update to version 0.1.22.
- Fixes RHBZ#1900911
* Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.21-1 * Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.21-1
- Update to version 0.1.21. - Update to version 0.1.21.

@ -1 +1 @@
SHA512 (tracing-0.1.21.crate) = 9310c0a26670ccc99dd330bf7f9c4e1f87c11c5b11fdc25d05b237eac457f37a2ef3136978945b2126eb37c54fc750466a7195e8c5fe727445fe46188b8fd3ae SHA512 (tracing-0.1.22.crate) = e85ac933dcec140051deb32abf222560adad621e77c4bfc9a139ed2dccb12127625fc36f92915d1db93d1d7d89132575fd4f64cd4e1e37df147d12f8484540eb

@ -1,5 +1,5 @@
--- tracing-0.1.21/Cargo.toml 2020-09-28T18:59:12+00:00 --- tracing-0.1.22/Cargo.toml 2020-11-23T23:35:33+00:00
+++ tracing-0.1.21/Cargo.toml 2020-10-01T10:38:16.320097+00:00 +++ tracing-0.1.22/Cargo.toml 2020-11-27T22:01:38.377176+00:00
@@ -82,7 +82,5 @@ @@ -82,7 +82,5 @@
release_max_level_trace = [] release_max_level_trace = []
release_max_level_warn = [] release_max_level_warn = []

Loading…
Cancel
Save