Bumped version to 0.12.4 and added toml support by default.

This commit is contained in:
Aaron Weiss 2017-08-04 20:32:13 -04:00
parent 142a065fb7
commit 4a5e9a9f01
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2

View file

@ -1,6 +1,6 @@
[package]
name = "irc"
version = "0.12.3"
version = "0.12.4"
description = "A simple, thread-safe, and async-friendly IRC client library."
authors = ["Aaron Weiss <awe@pdgn.co>"]
license = "MPL-2.0"
@ -14,7 +14,7 @@ readme = "README.md"
travis-ci = { repository = "aatxe/irc" }
[features]
default = ["ctcp", "json"]
default = ["ctcp", "json", "toml"]
ctcp = []
nochanlists = []
json = ["serde_json"]