From c5a813f6c57669688dc9bf0d7272e799fa3863b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 15 Feb 2020 02:26:35 +0100 Subject: [PATCH] jid: 0.9.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- jid-rs/Cargo.toml | 2 +- xmpp-parsers/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jid-rs/Cargo.toml b/jid-rs/Cargo.toml index e3e4da3d..9fc6a8a4 100644 --- a/jid-rs/Cargo.toml +++ b/jid-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jid" -version = "0.8.0" +version = "0.9.0" authors = [ "lumi ", "Emmanuel Gil Peyrot ", diff --git a/xmpp-parsers/Cargo.toml b/xmpp-parsers/Cargo.toml index 991dd16d..8472902f 100644 --- a/xmpp-parsers/Cargo.toml +++ b/xmpp-parsers/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" [dependencies] minidom = "0.12.0" -jid = { version = "0.8", features = ["minidom"] } +jid = { version = "0.9", features = ["minidom"] } base64 = "0.10" digest = "0.8" sha-1 = "0.8"