tg-sync-rs

git clone git://archive.git.mtrnord.blog/Nordgedanken/tg-sync-rs.git
Log | Files | Refs | LICENSE

commit 43eaea8ed92734f96448fdb4f3d5298e7ff0cebd
parent 3a04840427cf24214f505da2a465a4ca84b39e61
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sat, 11 Mar 2017 15:54:18 +0100

Fix verion missmatch
Diffstat:
MCargo.toml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -39,9 +39,9 @@ travis-ci = { repository = "https://github.com/Nordgdanken/TG_sync-rs", branch = [dependencies] telebot = "0.1.1" -slack = "*" +slack = { git = "https://github.com/MTRNord/slack-rs", branch = "openssl-fix" } futures = "0.1.7" tokio-core = "0.1.2" [replace] -"websocket:0.17.1" = { git = "https://github.com/asayers/rust-websocket", branch = "openssl-0.9" } +"websocket:0.17.1" = { git = "https://github.com/MTRNord/rust-websocket", branch = "openssl-0.9" }