From 76cd0774903a3fe6ecc02f52db26e10b2ea16c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Fri, 26 Jul 2024 18:24:43 +0200 Subject: [PATCH] xso: Bump version to 0.1.2 --- xso/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xso/Cargo.toml b/xso/Cargo.toml index 50f12983..1d992285 100644 --- a/xso/Cargo.toml +++ b/xso/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xso" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "XML Streamed Objects: similar to serde, but XML-native." homepage = "https://xmpp.rs"