From 7eebe9ad2537412094bb6f2cf35299e32e8a3e54 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Sun, 22 Nov 2015 16:41:39 -0500 Subject: [PATCH] Bumped version number to 0.9.2. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e203739..e9950a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "irc" -version = "0.9.1" +version = "0.9.2" description = "A simple, thread-safe IRC client library." authors = ["Aaron Weiss "] license = "CC0-1.0" @@ -19,11 +19,11 @@ ssl = ["openssl"] nochanlists = [] [dependencies.rustc-serialize] -rustc-serialize = "~0.3.15" +rustc-serialize = "~0.3.16" [dependencies.time] -time = "~0.1.31" +time = "~0.1.34" optional = true [dependencies.encoding] @@ -33,5 +33,5 @@ optional = true [dependencies.openssl] -openssl = "~0.6.4" +openssl = "~0.7.0" optional = true