parent
0bdf50bcd7
commit
27e1fbd3d4
@ -1,3 +1,10 @@
|
|||||||
|
[package]
|
||||||
|
cargo-toml-patch-comments = [
|
||||||
|
"# * drop unused, benchmark-only criterion dev-dependency",
|
||||||
|
"# * drop unstable \"valuable\" feature",
|
||||||
|
]
|
||||||
|
|
||||||
[tests]
|
[tests]
|
||||||
run = ["lib", "doc"]
|
run = ["lib", "doc"]
|
||||||
comments = ["integration tests can only be run in-tree"]
|
comments = ["integration tests can only be run in-tree"]
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
SHA512 (tracing-0.1.40.crate) = 5622188a45dddc0d6d3a8244a9b12db6221f4180944ce1019d18f4e613e4bd113dae5d45fb57dd0754f6e8e153b047cdf00c8f200782bb2b868bc2d423d99275
|
SHA512 (tracing-0.1.41.crate) = dffb8d3a1375f1b9d5418550a46cb7b1d92b2cc8ffbccb430a38f7731547960775bb42798074186711847d256eee30fb3e74078b69cb36f28c07d9f231dbf96c
|
||||||
|
@ -1,12 +1,17 @@
|
|||||||
--- 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:18:56.987190+00:00
|
+++ tracing-0.1.41/Cargo.toml 2024-12-12T11:14:21.254081+00:00
|
||||||
@@ -136,8 +136,6 @@
|
@@ -235,9 +235,6 @@
|
||||||
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.38"
|
||||||
-
|
-
|
||||||
[badges.maintenance]
|
[badges.maintenance]
|
||||||
status = "actively-developed"
|
status = "actively-developed"
|
||||||
|
|
||||||
|
@@ -248,3 +245,4 @@
|
||||||
|
"cfg(flaky_tests)",
|
||||||
|
"cfg(tracing_unstable)",
|
||||||
|
]
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in new issue