jid: Release 0.9.4
This commit is contained in:
parent
bd977a7733
commit
b6618ffa3d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jid"
|
||||
version = "0.9.3"
|
||||
version = "0.9.4"
|
||||
authors = [
|
||||
"lumi <lumi@pew.im>",
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
|
@ -19,5 +19,5 @@ edition = "2018"
|
|||
gitlab = { repository = "xmpp-rs/xmpp-rs" }
|
||||
|
||||
[dependencies]
|
||||
minidom = { version = "0.14", optional = true }
|
||||
minidom = { version = "0.15", optional = true }
|
||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||
|
|
Loading…
Reference in a new issue