jid: Release 0.9.4

This commit is contained in:
Astro 2022-07-13 20:49:40 +02:00
parent bd977a7733
commit b6618ffa3d

View file

@ -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 }