Skip to content

Commit 10d1147

Browse files
authored
Merge pull request #267 from kpcyrd/tokio-dep
Fix gating of tokio feature
2 parents 9aee9b8 + 3f2737c commit 10d1147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

irc-proto/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ categories = ["network-programming"]
1515
travis-ci = { repository = "aatxe/irc" }
1616

1717
[features]
18-
default = ["bytes", "tokio", "tokio-util"]
18+
default = ["tokio"]
19+
tokio = ["bytes", "dep:tokio", "tokio-util"]
1920

2021
[dependencies]
2122
encoding = { version = "0.2.33", optional = true }

0 commit comments

Comments
 (0)