From 977274907671b848be25fe2fd66077ea4b4cecf0 Mon Sep 17 00:00:00 2001 From: Thelie Date: Wed, 9 Jun 2021 23:39:34 +0200 Subject: [PATCH] Update 'Cargo.toml' Bump version of irc-stream. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"