update to version 0.1.13

epel9
Fabio Valentini 4 years ago
parent f811d95dcb
commit 18b099581d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/tracing-attributes-0.1.11.crate
/tracing-attributes-0.1.12.crate
/tracing-attributes-0.1.13.crate

@ -6,7 +6,7 @@
%global crate tracing-attributes
Name: rust-%{crate}
Version: 0.1.12
Version: 0.1.13
Release: 1%{?dist}
Summary: Procedural macro attributes for automatically instrumenting functions
@ -84,6 +84,9 @@ which use "async-await" feature of "%{crate}" crate.
%endif
%changelog
* Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.13-1
- Update to version 0.1.13.
* Sun Feb 07 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.12-1
- Update to version 0.1.12.
- Fixes RHBZ#1925332

@ -1 +1 @@
SHA512 (tracing-attributes-0.1.12.crate) = 69371d1b82b5d6d657172d187f316a4862f59dee113dd018044d1d0f041ec7db3f411901ba32c9cac15defdfb6b02bc50e45be7d5ed3c647d9e23ff028ab4ae0
SHA512 (tracing-attributes-0.1.13.crate) = bb3986dd18de20da85b266be0d7e000aa3623eee15ff23da70915d81866700ef4b78725341ec7854a1037562c81541847c3f7d53573b0e3b85fce3b717ce5554

Loading…
Cancel
Save