From 0f675e7c277480de60a70d64af1cca12513b72ef Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Thu, 7 May 2020 16:33:33 -0400 Subject: [PATCH] irc must specify version of irc-proto --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b30ce6a..41eaeca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ chrono = "0.4.0" encoding = "0.2.0" futures-channel = "0.3.0" 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" parking_lot = "0.10.0" pin-utils = "0.1.0-alpha.4"