Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
|
54b62f69c2 | 3 months ago |
|
b961ec5b01 | 7 months ago |
|
8bdba48672 | 1 year ago |
@ -1,3 +1,5 @@
|
|||||||
[tests]
|
[tests]
|
||||||
skip = ["field::test::value_sets_with_fields_from_other_callsites_are_empty"]
|
skip = ["field::test::value_sets_with_fields_from_other_callsites_are_empty"]
|
||||||
|
skip-exact = true
|
||||||
comments = ["skip a test that fails since Rust 1.52.1 but is not reproducible upstream"]
|
comments = ["skip a test that fails since Rust 1.52.1 but is not reproducible upstream"]
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
SHA512 (tracing-core-0.1.32.crate) = 164f79cacfcca533a53b7dbbdc2015aaf851a16e00c72fbc4e5f515b6a6dedfa464e964810009b54f08cbcdc5a314e50245ac7b1b01a71fce4c63db135bf5521
|
SHA512 (tracing-core-0.1.33.crate) = 1c6f0cf3b7bd6c8f6316ed9ea0b315a619308de6cbf7e50e665a193cf8c3399b5227d4f145d83b10c7e01a2f9fbc83d16e108cf09b7fd6cef413aa5c1acf89ef
|
||||||
|
@ -1,18 +1,22 @@
|
|||||||
--- tracing-core-0.1.32/Cargo.toml 1970-01-01T00:00:01+00:00
|
--- tracing-core-0.1.33/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
+++ tracing-core-0.1.32/Cargo.toml 2023-10-15T10:23:18.475851+00:00
|
+++ tracing-core-0.1.33/Cargo.toml 2024-11-26T14:35:36.960475+00:00
|
||||||
@@ -53,14 +53,9 @@
|
@@ -83,14 +83,8 @@
|
||||||
[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