mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Prepare for release 0.5.3.
This commit is contained in:
parent
9c8da4a063
commit
1f260cfe86
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Version 0.5.3, released 2019-01-16:
|
||||
* Updates
|
||||
- Link Mauve bumped the minidom dependency version.
|
||||
- Use Edition 2018, putting the baseline rustc version to 1.31.
|
||||
- Run cargo-fmt on the code, to lower the barrier of entry.
|
||||
|
||||
Version 0.5.2, released 2018-07-31:
|
||||
* Updates
|
||||
- Astro bumped the minidom dependency version.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jid"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
authors = [
|
||||
"lumi <lumi@pew.im>",
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
|
|
Loading…
Reference in a new issue