Skip to content

Commit

Permalink
Fix gating of tokio feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Nov 8, 2024
1 parent 9c9e8b2 commit 3f2737c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion irc-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ categories = ["network-programming"]
travis-ci = { repository = "aatxe/irc" }

[features]
default = ["bytes", "tokio", "tokio-util"]
default = ["tokio"]
tokio = ["bytes", "dep:tokio", "tokio-util"]

[dependencies]
encoding = "0.2.33"
Expand Down

0 comments on commit 3f2737c

Please sign in to comment.