We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c656d3 + 48e29e4 commit f8aa269Copy full SHA for f8aa269
Cargo.toml
@@ -20,10 +20,10 @@ quote = "1.0.29"
20
syn = { version = "2.0.23", features = ["full", "visit-mut"] }
21
22
[dev-dependencies]
23
-futures = "0.3.28"
+futures = "0.3.30"
24
rustversion = "1.0.13"
25
-tracing = "0.1.37"
26
-tracing-attributes = "0.1.26"
+tracing = "0.1.40"
+tracing-attributes = "0.1.27"
27
trybuild = { version = "1.0.81", features = ["diff"] }
28
29
[package.metadata.docs.rs]
tests/test.rs
@@ -620,7 +620,6 @@ pub mod issue45 {
620
}
621
622
#[test]
623
- #[cfg_attr(miri, ignore)] // https://github.com/matklad/once_cell/pull/185
624
fn tracing() {
625
// Create the future outside of the subscriber, as no call to tracing
626
// should be made until the future is polled.
0 commit comments