Compare commits
No commits in common. 'epel10' and 'epel9' have entirely different histories.
@ -1 +1 @@
|
|||||||
SHA512 (tracing-core-0.1.33.crate) = 1c6f0cf3b7bd6c8f6316ed9ea0b315a619308de6cbf7e50e665a193cf8c3399b5227d4f145d83b10c7e01a2f9fbc83d16e108cf09b7fd6cef413aa5c1acf89ef
|
SHA512 (tracing-core-0.1.32.crate) = 164f79cacfcca533a53b7dbbdc2015aaf851a16e00c72fbc4e5f515b6a6dedfa464e964810009b54f08cbcdc5a314e50245ac7b1b01a71fce4c63db135bf5521
|
||||||
|
@ -1,22 +1,18 @@
|
|||||||
--- tracing-core-0.1.33/Cargo.toml 1970-01-01T00:00:01+00:00
|
--- tracing-core-0.1.32/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
+++ tracing-core-0.1.33/Cargo.toml 2024-11-26T14:35:36.960475+00:00
|
+++ tracing-core-0.1.32/Cargo.toml 2023-10-15T10:23:18.475851+00:00
|
||||||
@@ -83,14 +83,8 @@
|
@@ -53,14 +53,9 @@
|
||||||
[features]
|
[features]
|
||||||
default = [
|
default = [
|
||||||
"std",
|
"std",
|
||||||
- "valuable?/std",
|
- "valuable/std",
|
||||||
]
|
]
|
||||||
std = ["once_cell"]
|
std = ["once_cell"]
|
||||||
-
|
|
||||||
-[target."cfg(tracing_unstable)".dependencies.valuable]
|
-[target."cfg(tracing_unstable)".dependencies.valuable]
|
||||||
-version = "0.1.0"
|
-version = "0.1.0"
|
||||||
-optional = true
|
-optional = true
|
||||||
-default-features = false
|
-default-features = false
|
||||||
|
-
|
||||||
[badges.maintenance]
|
[badges.maintenance]
|
||||||
status = "actively-developed"
|
status = "actively-developed"
|
||||||
@@ -102,3 +96,4 @@
|
|
||||||
"cfg(flaky_tests)",
|
|
||||||
"cfg(tracing_unstable)",
|
|
||||||
]
|
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in new issue