Skip to content

Commit

Permalink
tokio: disable default features for mio (#5728)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed May 27, 2023
1 parent 2a18018 commit d6a9ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/Cargo.toml
Expand Up @@ -94,7 +94,7 @@ pin-project-lite = "0.2.0"
# Everything else is optional...
bytes = { version = "1.0.0", optional = true }
memchr = { version = "2.2", optional = true }
mio = { version = "0.8.1", optional = true }
mio = { version = "0.8.1", optional = true, default-features = false }
socket2 = { version = "0.4.4", optional = true, features = [ "all" ] }
num_cpus = { version = "1.8.0", optional = true }
parking_lot = { version = "0.12.0", optional = true }
Expand Down

0 comments on commit d6a9ef5

Please sign in to comment.