irc must specify version of irc-proto

This commit is contained in:
Aaron Weiss 2020-05-07 16:33:33 -04:00
parent f531577935
commit 0f675e7c27
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF

View file

@ -47,7 +47,7 @@ chrono = "0.4.0"
encoding = "0.2.0" encoding = "0.2.0"
futures-channel = "0.3.0" futures-channel = "0.3.0"
futures-util = { version = "0.3.0", features = ["sink"] } futures-util = { version = "0.3.0", features = ["sink"] }
irc-proto = { path = "irc-proto" } irc-proto = { version = "0.14.0", path = "irc-proto" }
log = "0.4.0" log = "0.4.0"
parking_lot = "0.10.0" parking_lot = "0.10.0"
pin-utils = "0.1.0-alpha.4" pin-utils = "0.1.0-alpha.4"