Skip to content

Commit

Permalink
use rustversion anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed May 14, 2024
1 parent 60bc726 commit b7c5c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,20 @@ signal = [
"windows-sys/Win32_Foundation",
"windows-sys/Win32_System_Console",
]
sync = ["rustversion"]
sync = []
test-util = ["rt", "sync", "time"]
time = []

[dependencies]
tokio-macros = { version = "~2.2.0", path = "../tokio-macros", optional = true }

pin-project-lite = "0.2.11"
rustversion = { version = "1.0.16" }

# Everything else is optional...
bytes = { version = "1.0.0", optional = true }
mio = { version = "0.8.9", optional = true, default-features = false }
num_cpus = { version = "1.8.0", optional = true }
rustversion = { version = "1.0.16", optional = true }
parking_lot = { version = "0.12.0", optional = true }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
Expand Down

0 comments on commit b7c5c8c

Please sign in to comment.