From 3ffff2614a58a657f76e342670641cea40a69677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Wed, 17 Sep 2025 20:03:18 +0200 Subject: [PATCH] Bump xso version to 0.2.0 --- parsers/Cargo.toml | 2 +- tokio-xmpp/Cargo.toml | 2 +- xso/Cargo.toml | 2 +- xso/ChangeLog | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/parsers/Cargo.toml b/parsers/Cargo.toml index ea2827ad1c20f39600c443267938c19fd42c7410..fec507dcd9af89ec8119d15768e92d12bd144164 100644 --- a/parsers/Cargo.toml +++ b/parsers/Cargo.toml @@ -25,7 +25,7 @@ log = { version = "0.4", optional = true } # same repository dependencies jid = { version = "0.12", path = "../jid", features = ["minidom"] } minidom = { version = "0.17", path = "../minidom" } -xso = { version = "0.1", path = "../xso", features = ["macros", "minidom", "panicking-into-impl", "jid", "uuid", "base64", "serde_json"] } +xso = { version = "0.2", path = "../xso", features = ["macros", "minidom", "panicking-into-impl", "jid", "uuid", "base64", "serde_json"] } uuid = { version = "1.9.1", features = ["v4"] } serde_json = { version = "1.0", default-features = false, features = ["alloc"] } diff --git a/tokio-xmpp/Cargo.toml b/tokio-xmpp/Cargo.toml index f3596015610ae6cc9a396422e219c0d017bb07e6..e27c8580a7b84739e455b9c3ae87c06cc8e87c33 100644 --- a/tokio-xmpp/Cargo.toml +++ b/tokio-xmpp/Cargo.toml @@ -26,7 +26,7 @@ pin-project-lite = { version = "0.2" } # same repository dependencies sasl = { version = "0.5", path = "../sasl" } xmpp-parsers = { version = "0.21", path = "../parsers", features = [ "log" ] } -xso = { version = "0.1", path = "../xso" } +xso = { version = "0.2", path = "../xso" } # these are only needed for starttls ServerConnector support hickory-resolver = { version = "0.25", optional = true} diff --git a/xso/Cargo.toml b/xso/Cargo.toml index 9da52ddc5f2d21a7a6c87452c387b8207d2554f3..bd167dcd89c5f883758fd4e9331183cec9c2c291 100644 --- a/xso/Cargo.toml +++ b/xso/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xso" -version = "0.1.2" +version = "0.2.0" edition = "2021" description = "XML Streamed Objects: similar to serde, but XML-native." homepage = "https://xmpp.rs" diff --git a/xso/ChangeLog b/xso/ChangeLog index bdfdd96befeacd262680b52a73446e8f3d097a65..3d4cf0a38d0fb5669107698f6d2f96e333ce4829 100644 --- a/xso/ChangeLog +++ b/xso/ChangeLog @@ -1,4 +1,6 @@ Version NEXT: + +Version 0.2.0, released 2025-09-17: 0000-00-00 Jonas Schäfer * Breaking - The methods of `TextCodec` now have `&self` receivers. This also