Update to version 0.1.34; Fixes RHBZ#2073710

epel9
Fabio Valentini 3 years ago
parent d93c5787d3
commit 34675f9184
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/tracing-0.1.30.crate /tracing-0.1.30.crate
/tracing-0.1.31.crate /tracing-0.1.31.crate
/tracing-0.1.32.crate /tracing-0.1.32.crate
/tracing-0.1.34.crate

@ -5,7 +5,7 @@
%global crate tracing %global crate tracing
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.32 Version: 0.1.34
Release: %autorelease Release: %autorelease
Summary: Application-level tracing for Rust Summary: Application-level tracing for Rust
@ -286,7 +286,10 @@ use the "tracing-attributes" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%cargo_test # * integration tests can only be run in-tree,
# as they import the unpublished tracing-mock crate
%cargo_test -- --lib
%cargo_test -- --doc
%endif %endif
%changelog %changelog

@ -1 +1 @@
SHA512 (tracing-0.1.32.crate) = 9633647e7545817c685054bf9fa6decad2e9b42c35367221cc60fc95fff83446c9c624f96c32e2fc5d2e7e2a543a26d5e341d4ad2399c5066d5d84bd53f9dc83 SHA512 (tracing-0.1.34.crate) = d4641f3f239d158547d7c811a80cbd2d1d7df366122dcc678d01844988ef3c5f5db637707e7e91bfb2ea16bef5463d52f8a481d1a9804bac197157453b5877d8

@ -1,21 +1,24 @@
--- tracing-0.1.32/Cargo.toml 1970-01-01T00:00:01+00:00 --- tracing-0.1.34/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-0.1.32/Cargo.toml 2022-03-31T09:05:57.281916+00:00 +++ tracing-0.1.34/Cargo.toml 2022-05-24T21:51:28.698730+00:00
@@ -51,9 +51,6 @@ @@ -77,10 +77,6 @@
[dependencies.tracing-core]
version = "0.1.22" version = "0.1.22"
default-features = false default-features = false
-[dev-dependencies.criterion] -[dev-dependencies.criterion]
-version = "0.3" -version = "0.3"
-default_features = false -default_features = false
-
[dev-dependencies.log]
version = "0.4"
[dev-dependencies.futures] @@ -105,10 +101,6 @@
version = "0.1"
@@ -83,8 +80,5 @@
release_max_level_trace = [] release_max_level_trace = []
release_max_level_warn = [] release_max_level_warn = []
std = ["tracing-core/std"] std = ["tracing-core/std"]
-valuable = ["tracing-core/valuable"] -valuable = ["tracing-core/valuable"]
-
-[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] -[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
-version = "^0.3" -version = "^0.3"
[badges.maintenance] [badges.maintenance]
status = "actively-developed" status = "actively-developed"

Loading…
Cancel
Save