update to version 0.1.23

epel9
Fabio Valentini 4 years ago
parent 150c360a87
commit cef2c108ba
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -5,8 +5,8 @@
%global crate tracing
Name: rust-%{crate}
Version: 0.1.22
Release: 2%{?dist}
Version: 0.1.23
Release: 1%{?dist}
Summary: Application-level tracing for Rust
# Upstream license specification: MIT
@ -290,6 +290,10 @@ which use "tracing-attributes" feature of "%{crate}" crate.
%endif
%changelog
* Sun Feb 07 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.23-1
- Update to version 0.1.23.
- Fixes RHBZ#1925331
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.22-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (tracing-0.1.22.crate) = e85ac933dcec140051deb32abf222560adad621e77c4bfc9a139ed2dccb12127625fc36f92915d1db93d1d7d89132575fd4f64cd4e1e37df147d12f8484540eb
SHA512 (tracing-0.1.23.crate) = ffb8452b8b289c6492a8366cb8cf05dc2aff07515e545bfdb48cd86362c26348400657989ba1feedb1e79b93b756c65f8cf9eb92a60e6a9b24e0ab79224f4033

@ -1,5 +1,5 @@
--- tracing-0.1.22/Cargo.toml 2020-11-23T23:35:33+00:00
+++ tracing-0.1.22/Cargo.toml 2020-11-27T22:01:38.377176+00:00
--- tracing-0.1.23/Cargo.toml 2021-02-04T21:34:06+00:00
+++ tracing-0.1.23/Cargo.toml 2021-02-07T13:21:50.352922+00:00
@@ -82,7 +82,5 @@
release_max_level_trace = []
release_max_level_warn = []

Loading…
Cancel
Save