update to version 0.1.25

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

1
.gitignore vendored

@ -2,3 +2,4 @@
/tracing-0.1.21.crate
/tracing-0.1.22.crate
/tracing-0.1.23.crate
/tracing-0.1.25.crate

@ -5,7 +5,7 @@
%global crate tracing
Name: rust-%{crate}
Version: 0.1.23
Version: 0.1.25
Release: 1%{?dist}
Summary: Application-level tracing for Rust
@ -290,6 +290,9 @@ which use "tracing-attributes" feature of "%{crate}" crate.
%endif
%changelog
* Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.25-1
- Update to version 0.1.25.
* Sun Feb 07 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.23-1
- Update to version 0.1.23.
- Fixes RHBZ#1925331

@ -1 +1 @@
SHA512 (tracing-0.1.23.crate) = ffb8452b8b289c6492a8366cb8cf05dc2aff07515e545bfdb48cd86362c26348400657989ba1feedb1e79b93b756c65f8cf9eb92a60e6a9b24e0ab79224f4033
SHA512 (tracing-0.1.25.crate) = a9c48aa6abda26d7a7f26a1db3d4ea8b2b72bc69a8d6fcaaae21342bc802b4804a38691969959b1bb5bb7adf7d67380b09dde0196f65b6e49735be79e78385f3

@ -1,5 +1,5 @@
--- 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
--- tracing-0.1.25/Cargo.toml 2021-02-23T22:05:12+00:00
+++ tracing-0.1.25/Cargo.toml 2021-02-27T16:54:02.316142+00:00
@@ -82,7 +82,5 @@
release_max_level_trace = []
release_max_level_warn = []

Loading…
Cancel
Save