Skip to content

Commit b5c6a4e

Browse files
committed
Require the tokio runtime feature for the example
1 parent 131e8b2 commit b5c6a4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ harness = false
5555

5656
[package.metadata.docs.rs]
5757
all-features = true
58+
59+
[[example]]
60+
name = "async-multiplexed"
61+
required-features = ["tokio-rt-core"]

0 commit comments

Comments
 (0)