Skip to content

Commit

Permalink
Enable all mio features in Rust Playground
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjoel committed Mar 29, 2020
1 parent 7323d71 commit b51e308
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Expand Up @@ -51,6 +51,11 @@ net2 = "0.2.33"
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.playground]
default-features = true
features = ["os-poll", "os-util", "tcp", "udp", "uds"]
all-features = false

[[example]]
name = "tcp_server"
required-features = ["os-poll", "tcp"]
Expand Down

0 comments on commit b51e308

Please sign in to comment.