From 221997007f3c9ecb07bb8248d691a79f84805fad Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Fri, 23 Feb 2018 21:05:03 +0100 Subject: [PATCH] Bumped version to 0.13.4. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eec605a..6d5478d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irc" -version = "0.13.3" +version = "0.13.4" description = "the irc crate – usable, async IRC for Rust " authors = ["Aaron Weiss "] license = "MPL-2.0"