From c94c95de0e3b20597ae0b8a0b42ce89533896933 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 13 Jan 2021 11:43:59 +0100 Subject: [PATCH] jid: Release 0.9.2 --- jid/CHANGELOG.md | 4 ++++ jid/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/jid/CHANGELOG.md b/jid/CHANGELOG.md index 68cd273d..a82d32bc 100644 --- a/jid/CHANGELOG.md +++ b/jid/CHANGELOG.md @@ -1,3 +1,7 @@ +Version 0.9.2, release 2021-01-13: + * Updates + - Bumped minidom to 0.13 + Version 0.9.1, release 2021-01-13: * Updates - Added serde support behind "serde" feature diff --git a/jid/Cargo.toml b/jid/Cargo.toml index 3935b66f..24384b19 100644 --- a/jid/Cargo.toml +++ b/jid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jid" -version = "0.9.1" +version = "0.9.2" authors = [ "lumi ", "Emmanuel Gil Peyrot ", @@ -19,5 +19,5 @@ edition = "2018" gitlab = { repository = "xmpp-rs/xmpp-rs" } [dependencies] -minidom = { version = "0.12", optional = true } +minidom = { version = "0.13", optional = true } serde = { version = "1.0", features = ["derive"], optional = true }