Enable 'futures-util/alloc' feature

This commit is contained in:
Matthieu Le brazidec (r3v2d0g) 2020-12-21 18:13:05 +01:00
parent 73dbbedc75
commit c846630e0d
No known key found for this signature in database
GPG key ID: 33FAA936C128C029

View file

@ -43,7 +43,7 @@ tls-rust = ["tokio-rustls", "webpki-roots"]
[dependencies] [dependencies]
chrono = "0.4.0" chrono = "0.4.0"
encoding = "0.2.0" encoding = "0.2.0"
futures-util = { version = "0.3.0", default-features = false, features = ["sink"] } futures-util = { version = "0.3.0", default-features = false, features = ["alloc", "sink"] }
irc-proto = { version = "0.14.0", path = "irc-proto" } irc-proto = { version = "0.14.0", path = "irc-proto" }
log = "0.4.0" log = "0.4.0"
parking_lot = "0.11.0" parking_lot = "0.11.0"