Skip to content

Commit

Permalink
only depend on tracing-mock if u64 atomics are available
Browse files Browse the repository at this point in the history
  • Loading branch information
hds committed Dec 3, 2024
1 parent f083bb3 commit a98c989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ mio-aio = { version = "0.9.0", features = ["tokio"] }
[target.'cfg(loom)'.dev-dependencies]
loom = { version = "0.7", features = ["futures", "checkpoint"] }

[target.'cfg(tokio_unstable)'.dev-dependencies]
[target.'cfg(all(tokio_unstable, target_has_atomic = "64"))'.dev-dependencies]
tracing-mock = "= 0.1.0-beta.1"

[package.metadata.docs.rs]
Expand Down

0 comments on commit a98c989

Please sign in to comment.