Updated for language changes.
This commit is contained in:
parent
4dfa5942a0
commit
5ec5ec29eb
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "irc"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
description = "A simple, thread-safe IRC client library."
|
||||
authors = ["Aaron Weiss <aaronweiss74@gmail.com>"]
|
||||
license = "Unlicense"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#![unstable]
|
||||
#![warn(missing_docs)]
|
||||
|
||||
#![feature(if_let, slicing_syntax)]
|
||||
#![feature(slicing_syntax)]
|
||||
#[cfg(feature = "encode")] extern crate encoding;
|
||||
extern crate serialize;
|
||||
#[cfg(feature = "ssl")] extern crate openssl;
|
||||
|
|
Loading…
Add table
Reference in a new issue