diff options
| author | Jokler <jokler.contact@gmail.com> | 2018-10-03 19:11:27 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2018-10-03 19:11:27 +0200 |
| commit | 489b23850bd37f39c8ebabd4d59d5753923c3c07 (patch) | |
| tree | 7d027fa0409a10abec3761a07522c53be577a672 /Cargo.toml | |
| parent | f5c4786c14a3ef3868d8f11df897f36053bf29e3 (diff) | |
| download | frippy-489b23850bd37f39c8ebabd4d59d5753923c3c07.tar.gz frippy-489b23850bd37f39c8ebabd4d59d5753923c3c07.zip | |
Main: Use 0.13.6 of the irc crate instead of git
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |
