irc-rs

A simple Rustlang IRC Lib optimized for bots
git clone git://archive.git.mtrnord.blog/MTRNord/irc-rs.git
Log | Files | Refs | README | LICENSE

commit 4cd4ab8487a3814dafe53ca5889f2c0b8adff660
parent 9b97ae8f13e06ebf276ada87c21cdb4056a920d7
Author: Marcel <mtrnord1@gmail.com>
Date:   Mon, 16 Jan 2017 12:32:00 +0100

(circleci) fix install

Diffstat:
Mcircle.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/circle.yml b/circle.yml @@ -1,6 +1,6 @@ machine: pre: - - curl -sS https://static.rust-lang.org/rustup.sh | sudo sh -- --channel=nightly + - curl -sS https://static.rust-lang.org/rustup.sh | sudo sh test: override: - cargo build -v