From 489b23850bd37f39c8ebabd4d59d5753923c3c07 Mon Sep 17 00:00:00 2001 From: Jokler Date: Wed, 3 Oct 2018 19:11:27 +0200 Subject: Main: Use 0.13.6 of the irc crate instead of git --- Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a400bf3..e70c7c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ mysql = [ ] [dependencies] +irc = "0.13.6" log = "0.4.5" time = "0.1.40" humantime = "1.1.1" @@ -42,16 +43,10 @@ log4rs = "0.8.0" frippy_derive = { path = "frippy_derive" } rand = "0.5.5" -# TODO Use crates.io again, as soon as OpenSSL 1.1.1 is supported -[dependencies.irc] -git = 'https://github.com/aatxe/irc/' -branch = 'develop' - [dependencies.unicode_names] git = 'https://github.com/Jokler/unicode_names' branch = 'update-to-latest-unicode' - [dependencies.diesel] version = "1.3.3" optional = true -- cgit v1.2.3-70-g09d2