From 39f0d597e8b0db3026cbb206af30243361057eaf Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Sun, 4 Jan 2015 14:23:08 -0500 Subject: [PATCH] Bumped version number to 0.7.5. --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8b4c617..f739d95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "irc" -version = "0.7.4" +version = "0.7.5" description = "A simple, thread-safe IRC client library." authors = ["Aaron Weiss "] license = "Unlicense" @@ -18,19 +18,19 @@ encode = ["encoding"] ssl = ["openssl"] [dependencies.rustc-serialize] -rustc-serialize = "~0.2.0" +rustc-serialize = "~0.2.3" [dependencies.time] -time = "~0.1.5" +time = "~0.1.9" optional = true [dependencies.encoding] -encoding = "~0.2.11" +encoding = "~0.2.14" optional = true [dependencies.openssl] -openssl = "~0.2.10" +openssl = "~0.2.12" optional = true