From ab35c234c843b37732ada4847e8156361decb52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Thu, 25 Jul 2024 09:52:44 +0200 Subject: [PATCH] xso: Bump version to 0.1.0 --- parsers/Cargo.toml | 2 +- xso-proc/Cargo.toml | 4 ++-- xso-proc/ChangeLog | 4 ++-- xso/Cargo.toml | 4 ++-- xso/ChangeLog | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/parsers/Cargo.toml b/parsers/Cargo.toml index 46ec50a5dfa5b8607a7f800862facee51cd4458a..952ebf125460ae5a3873deb7a828a9865172bb01 100644 --- a/parsers/Cargo.toml +++ b/parsers/Cargo.toml @@ -24,7 +24,7 @@ chrono = { version = "0.4.5", default-features = false, features = ["std"] } # same repository dependencies jid = { version = "0.11", features = ["minidom"] } minidom = { version = "0.16" } -xso = { version = "0.0.2", features = ["macros", "minidom", "panicking-into-impl", "jid", "base64"] } +xso = { version = "^0.1", features = ["macros", "minidom", "panicking-into-impl", "jid", "base64"] } [features] # Build xmpp-parsers to make components instead of clients. diff --git a/xso-proc/Cargo.toml b/xso-proc/Cargo.toml index 8d9a6fa432f2eaeced052ec81a96886fe2d2c220..db7d9afff8a3be18bfce2ef08031e84d39d65221 100644 --- a/xso-proc/Cargo.toml +++ b/xso-proc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xso_proc" -version = "0.0.2" +version = "0.1.0" authors = [ "Jonas Schäfer ", ] @@ -18,7 +18,7 @@ proc-macro = true quote = "^1" syn = { version = "^2", features = ["full", "extra-traits"] } proc-macro2 = "^1" -rxml_validation = { version = "0.11.0", default-features = false, features = ["std"] } +rxml_validation = { version = "0.11", default-features = false, features = ["std"] } [features] panicking-into-impl = ["minidom"] diff --git a/xso-proc/ChangeLog b/xso-proc/ChangeLog index 72c27469f12870719023caaca07a0fe5f6e7fb84..b2d7bc70c4aa16398bcdc6c94c640a6f036fa780 100644 --- a/xso-proc/ChangeLog +++ b/xso-proc/ChangeLog @@ -1,3 +1,3 @@ -Version xxx: -0000-00-00 Jonas Schäfer +Version 0.1.0: +2024-07-25 Jonas Schäfer * Initial release of this crate diff --git a/xso/Cargo.toml b/xso/Cargo.toml index 792b442293fbd29e036b49843e1258ced3ffe84b..e5b21c7e864dc44dc00e8694ac6cc0fabb0534ff 100644 --- a/xso/Cargo.toml +++ b/xso/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xso" -version = "0.0.2" +version = "0.1.0" edition = "2021" description = "XML Streamed Objects: similar to serde, but XML-native." homepage = "https://xmpp.rs" @@ -12,7 +12,7 @@ license = "MPL-2.0" [dependencies] rxml = { version = "0.11.1", default-features = false } minidom = { version = "^0.16" } -xso_proc = { version = "0.0.2", optional = true } +xso_proc = { version = "0.1", optional = true } # optional dependencies to provide text conversion to/from types from/using # these crates diff --git a/xso/ChangeLog b/xso/ChangeLog index 72c27469f12870719023caaca07a0fe5f6e7fb84..b2d7bc70c4aa16398bcdc6c94c640a6f036fa780 100644 --- a/xso/ChangeLog +++ b/xso/ChangeLog @@ -1,3 +1,3 @@ -Version xxx: -0000-00-00 Jonas Schäfer +Version 0.1.0: +2024-07-25 Jonas Schäfer * Initial release of this crate