irc must specify version of irc-proto
This commit is contained in:
parent
f531577935
commit
0f675e7c27
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue