Update to version 0.1.26; Fixes RHBZ#2071115

epel9
Fabio Valentini 3 years ago
parent db7dc2bed5
commit 52cd77c754
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/tracing-core-0.1.21.crate
/tracing-core-0.1.22.crate
/tracing-core-0.1.23.crate
/tracing-core-0.1.26.crate

@ -5,7 +5,7 @@
%global crate tracing-core
Name: rust-%{crate}
Version: 0.1.23
Version: 0.1.26
Release: %autorelease
Summary: Core primitives for application-level tracing

@ -1 +1 @@
SHA512 (tracing-core-0.1.23.crate) = c01d58dd814d0d9d71a631284c6e8fd5881e8728d79d3715f246530d474900f3b0d396b88f9358f3521e5b171ad577003ae5dd3994d66fa3e016970f6df5184f
SHA512 (tracing-core-0.1.26.crate) = b9d44c307d0fee51675bef07ed7f7d2eb8de8a6ffb37256994f3485f7f80e40f1fa9de1663e5360f945270f10d22e42cd9af60193449bd0a0d323895e994bdbb

@ -1,5 +1,5 @@
--- tracing-core-0.1.23/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-core-0.1.23/Cargo.toml 2022-03-31T09:08:38.257281+00:00
--- tracing-core-0.1.26/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-core-0.1.26/Cargo.toml 2022-05-24T21:52:55.203035+00:00
@@ -31,11 +31,7 @@
optional = true

Loading…
Cancel
Save