Compare commits
No commits in common. 'epel9' and 'i10ce' have entirely different histories.
@ -1,18 +1 @@
|
|||||||
/tracing-0.1.19.crate
|
SOURCES/tracing-0.1.41.crate
|
||||||
/tracing-0.1.21.crate
|
|
||||||
/tracing-0.1.22.crate
|
|
||||||
/tracing-0.1.23.crate
|
|
||||||
/tracing-0.1.25.crate
|
|
||||||
/tracing-0.1.26.crate
|
|
||||||
/tracing-0.1.28.crate
|
|
||||||
/tracing-0.1.29.crate
|
|
||||||
/tracing-0.1.30.crate
|
|
||||||
/tracing-0.1.31.crate
|
|
||||||
/tracing-0.1.32.crate
|
|
||||||
/tracing-0.1.34.crate
|
|
||||||
/tracing-0.1.35.crate
|
|
||||||
/tracing-0.1.36.crate
|
|
||||||
/tracing-0.1.37.crate
|
|
||||||
/tracing-0.1.38.crate
|
|
||||||
/tracing-0.1.39.crate
|
|
||||||
/tracing-0.1.40.crate
|
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
b1373024ff72160c610de9128bdc551940a01cfc SOURCES/tracing-0.1.41.crate
|
@ -0,0 +1,10 @@
|
|||||||
|
[package]
|
||||||
|
cargo-toml-patch-comments = [
|
||||||
|
"# * drop unused, benchmark-only criterion dev-dependency",
|
||||||
|
"# * drop unstable \"valuable\" feature",
|
||||||
|
]
|
||||||
|
|
||||||
|
[tests]
|
||||||
|
run = ["lib", "doc"]
|
||||||
|
comments = ["integration tests can only be run in-tree"]
|
||||||
|
|
@ -0,0 +1,17 @@
|
|||||||
|
--- tracing-0.1.41/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
|
+++ tracing-0.1.41/Cargo.toml 2024-12-12T11:14:21.254081+00:00
|
||||||
|
@@ -235,9 +235,6 @@
|
||||||
|
std = ["tracing-core/std"]
|
||||||
|
valuable = ["tracing-core/valuable"]
|
||||||
|
|
||||||
|
-[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
|
||||||
|
-version = "0.3.38"
|
||||||
|
-
|
||||||
|
[badges.maintenance]
|
||||||
|
status = "actively-developed"
|
||||||
|
|
||||||
|
@@ -248,3 +245,4 @@
|
||||||
|
"cfg(flaky_tests)",
|
||||||
|
"cfg(tracing_unstable)",
|
||||||
|
]
|
||||||
|
+
|
@ -1,60 +1,73 @@
|
|||||||
--- tracing-0.1.40/Cargo.toml 1970-01-01T00:00:01+00:00
|
--- tracing-0.1.41/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
+++ tracing-0.1.40/Cargo.toml 2023-11-10T21:19:29.856341+00:00
|
+++ tracing-0.1.41/Cargo.toml 2024-12-12T11:14:41.000171+00:00
|
||||||
@@ -51,42 +51,6 @@
|
@@ -137,55 +137,6 @@
|
||||||
"tracing_unstable",
|
name = "subscriber"
|
||||||
]
|
path = "tests/subscriber.rs"
|
||||||
|
|
||||||
-[[bench]]
|
-[[bench]]
|
||||||
-name = "baseline"
|
-name = "baseline"
|
||||||
|
-path = "benches/baseline.rs"
|
||||||
-harness = false
|
-harness = false
|
||||||
-
|
-
|
||||||
-[[bench]]
|
-[[bench]]
|
||||||
-name = "dispatch_get_clone"
|
-name = "dispatch_get_clone"
|
||||||
|
-path = "benches/dispatch_get_clone.rs"
|
||||||
-harness = false
|
-harness = false
|
||||||
-
|
-
|
||||||
-[[bench]]
|
-[[bench]]
|
||||||
-name = "dispatch_get_ref"
|
-name = "dispatch_get_ref"
|
||||||
|
-path = "benches/dispatch_get_ref.rs"
|
||||||
-harness = false
|
-harness = false
|
||||||
-
|
-
|
||||||
-[[bench]]
|
-[[bench]]
|
||||||
-name = "empty_span"
|
-name = "empty_span"
|
||||||
|
-path = "benches/empty_span.rs"
|
||||||
-harness = false
|
-harness = false
|
||||||
-
|
-
|
||||||
-[[bench]]
|
-[[bench]]
|
||||||
-name = "enter_span"
|
-name = "enter_span"
|
||||||
|
-path = "benches/enter_span.rs"
|
||||||
-harness = false
|
-harness = false
|
||||||
-
|
-
|
||||||
-[[bench]]
|
-[[bench]]
|
||||||
-name = "event"
|
-name = "event"
|
||||||
|
-path = "benches/event.rs"
|
||||||
-harness = false
|
-harness = false
|
||||||
-
|
-
|
||||||
-[[bench]]
|
-[[bench]]
|
||||||
|
-name = "shared"
|
||||||
|
-path = "benches/shared.rs"
|
||||||
|
-
|
||||||
|
-[[bench]]
|
||||||
-name = "span_fields"
|
-name = "span_fields"
|
||||||
|
-path = "benches/span_fields.rs"
|
||||||
-harness = false
|
-harness = false
|
||||||
-
|
-
|
||||||
-[[bench]]
|
-[[bench]]
|
||||||
-name = "span_no_fields"
|
-name = "span_no_fields"
|
||||||
|
-path = "benches/span_no_fields.rs"
|
||||||
-harness = false
|
-harness = false
|
||||||
-
|
-
|
||||||
-[[bench]]
|
-[[bench]]
|
||||||
-name = "span_repeated"
|
-name = "span_repeated"
|
||||||
|
-path = "benches/span_repeated.rs"
|
||||||
-harness = false
|
-harness = false
|
||||||
-
|
-
|
||||||
[dependencies.log]
|
[dependencies.log]
|
||||||
version = "0.4.17"
|
version = "0.4.17"
|
||||||
optional = true
|
optional = true
|
||||||
@@ -101,10 +65,6 @@
|
@@ -199,10 +150,6 @@
|
||||||
|
|
||||||
[dependencies.tracing-core]
|
[dependencies.tracing-core]
|
||||||
version = "0.1.32"
|
version = "0.1.33"
|
||||||
default-features = false
|
-default-features = false
|
||||||
-
|
-
|
||||||
-[dev-dependencies.criterion]
|
-[dev-dependencies.criterion]
|
||||||
-version = "0.3.6"
|
-version = "0.3.6"
|
||||||
-default_features = false
|
default-features = false
|
||||||
|
|
||||||
[dev-dependencies.futures]
|
[dev-dependencies.futures]
|
||||||
version = "0.3.21"
|
@@ -233,7 +180,6 @@
|
||||||
@@ -134,7 +94,6 @@
|
|
||||||
release_max_level_trace = []
|
release_max_level_trace = []
|
||||||
release_max_level_warn = []
|
release_max_level_warn = []
|
||||||
std = ["tracing-core/std"]
|
std = ["tracing-core/std"]
|
@ -1,28 +0,0 @@
|
|||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.26-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed May 05 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.26-1
|
|
||||||
- Update to version 0.1.26.
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.22-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Nov 27 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.22-1
|
|
||||||
- Update to version 0.1.22.
|
|
||||||
- Fixes RHBZ#1900911
|
|
||||||
|
|
||||||
* Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.21-1
|
|
||||||
- Update to version 0.1.21.
|
|
||||||
|
|
||||||
* Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 0.1.19-1
|
|
||||||
- Update to 0.1.19
|
|
||||||
|
|
||||||
* Thu Jul 23 2020 Josh Stone <jistone@redhat.com> - 0.1.17-1
|
|
||||||
- Initial package
|
|
@ -1,3 +0,0 @@
|
|||||||
[tests]
|
|
||||||
run = ["lib", "doc"]
|
|
||||||
comments = ["integration tests can only be run in-tree"]
|
|
@ -1 +0,0 @@
|
|||||||
SHA512 (tracing-0.1.40.crate) = 5622188a45dddc0d6d3a8244a9b12db6221f4180944ce1019d18f4e613e4bd113dae5d45fb57dd0754f6e8e153b047cdf00c8f200782bb2b868bc2d423d99275
|
|
@ -1,12 +0,0 @@
|
|||||||
--- tracing-0.1.40/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
||||||
+++ tracing-0.1.40/Cargo.toml 2023-11-10T21:18:56.987190+00:00
|
|
||||||
@@ -136,8 +136,6 @@
|
|
||||||
std = ["tracing-core/std"]
|
|
||||||
valuable = ["tracing-core/valuable"]
|
|
||||||
|
|
||||||
-[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
|
|
||||||
-version = "^0.3"
|
|
||||||
-
|
|
||||||
[badges.maintenance]
|
|
||||||
status = "actively-developed"
|
|
||||||
+
|
|
Loading…
Reference in new issue