diff --git a/Cargo.toml b/Cargo.toml index 9d49411..1de1da0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] irc-proto = "0.15" -irc_stream = { path = "irc-stream", version = "0.1" } +irc_stream = { path = "irc-stream", version = "0.2" } lettre = "0.9" lettre_email = "0.9" native-tls = "0.2"