Updated encoding library for language changes.
This commit is contained in:
parent
afd14cb20a
commit
4cd500d892
2 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,7 @@ ssl = ["openssl"]
|
|||
|
||||
[dependencies.encoding]
|
||||
|
||||
encoding = "~0.2.4"
|
||||
encoding = "~0.2.5"
|
||||
optional = true
|
||||
|
||||
[dependencies.openssl]
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
//! A simple, thread-safe IRC client library.
|
||||
#![crate_name = "irc"]
|
||||
#![crate_type = "lib"]
|
||||
#![license = "Unlicense"]
|
||||
#![unstable]
|
||||
#![warn(missing_docs)]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue