aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
536 stars 100 forks source link

Replace rustc-serialize with serde #85

Closed tobbez closed 7 years ago

tobbez commented 7 years ago

rustc-serialize is deprecated.

Fixes #84.

aatxe commented 7 years ago

Looks good to me! Thanks!