Bumped version to 0.12.4 and added toml support by default.
This commit is contained in:
parent
142a065fb7
commit
4a5e9a9f01
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "irc"
|
name = "irc"
|
||||||
version = "0.12.3"
|
version = "0.12.4"
|
||||||
description = "A simple, thread-safe, and async-friendly IRC client library."
|
description = "A simple, thread-safe, and async-friendly IRC client library."
|
||||||
authors = ["Aaron Weiss <awe@pdgn.co>"]
|
authors = ["Aaron Weiss <awe@pdgn.co>"]
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
@ -14,7 +14,7 @@ readme = "README.md"
|
||||||
travis-ci = { repository = "aatxe/irc" }
|
travis-ci = { repository = "aatxe/irc" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["ctcp", "json"]
|
default = ["ctcp", "json", "toml"]
|
||||||
ctcp = []
|
ctcp = []
|
||||||
nochanlists = []
|
nochanlists = []
|
||||||
json = ["serde_json"]
|
json = ["serde_json"]
|
||||||
|
|
Loading…
Reference in a new issue