Updated encoding library for language changes.

This commit is contained in:
Aaron Weiss 2014-12-04 12:54:25 -05:00
parent afd14cb20a
commit 4cd500d892
2 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,7 @@ ssl = ["openssl"]
[dependencies.encoding]
encoding = "~0.2.4"
encoding = "~0.2.5"
optional = true
[dependencies.openssl]

View file

@ -1,7 +1,6 @@
//! A simple, thread-safe IRC client library.
#![crate_name = "irc"]
#![crate_type = "lib"]
#![license = "Unlicense"]
#![unstable]
#![warn(missing_docs)]