xmpp-parsers: Release version 0.18.0

This commit is contained in:
Emmanuel Gil Peyrot 2021-01-13 00:11:05 +01:00
commit 1e8d3c39bf
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "xmpp-parsers"
version = "0.17.0"
version = "0.18.0"
authors = [
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
"Maxime “pep” Buquet <pep@bouah.net>",
@ -22,7 +22,7 @@ sha-1 = "0.9"
sha2 = "0.9"
sha3 = "0.9"
blake2 = "0.9"
chrono = "0.4.5"
chrono = { version = "0.4.5", default-features = false, features = ["std"] }
[features]
# Build xmpp-parsers to make components instead of clients.