Merge pull request #196 from belak/irc-proto-features
Properly declare required tokio-util features
This commit is contained in:
commit
2339ca5fe6
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ default = ["tokio", "tokio-util", "bytes"]
|
||||||
bytes = { version = "0.5", optional = true }
|
bytes = { version = "0.5", optional = true }
|
||||||
encoding = "0.2"
|
encoding = "0.2"
|
||||||
thiserror = "1.0.2"
|
thiserror = "1.0.2"
|
||||||
tokio-util = { version = "0.2.0", optional = true }
|
tokio-util = { version = "0.2.0", features = ["codec"], optional = true }
|
||||||
tokio = { version = "0.2.0", optional = true }
|
tokio = { version = "0.2.0", optional = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue