Bump xso to 0.3.0
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
bd986f5e5e
commit
30b049a7d4
4 changed files with 7 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ log = { version = "0.4", optional = true }
|
||||||
# same repository dependencies
|
# same repository dependencies
|
||||||
jid = { version = "0.12", path = "../jid", features = ["minidom"] }
|
jid = { version = "0.12", path = "../jid", features = ["minidom"] }
|
||||||
minidom = { version = "0.18", path = "../minidom" }
|
minidom = { version = "0.18", path = "../minidom" }
|
||||||
xso = { version = "0.2", path = "../xso", features = ["macros", "minidom", "panicking-into-impl", "jid", "uuid", "base64", "serde_json"] }
|
xso = { version = "0.3", path = "../xso", features = ["macros", "minidom", "panicking-into-impl", "jid", "uuid", "base64", "serde_json"] }
|
||||||
uuid = { version = "1.9.1", features = ["v4"] }
|
uuid = { version = "1.9.1", features = ["v4"] }
|
||||||
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
|
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ thiserror = "2.0"
|
||||||
# same repository dependencies
|
# same repository dependencies
|
||||||
sasl = { version = "0.5", path = "../sasl" }
|
sasl = { version = "0.5", path = "../sasl" }
|
||||||
xmpp-parsers = { version = "0.21", path = "../parsers", features = [ "log" ] }
|
xmpp-parsers = { version = "0.21", path = "../parsers", features = [ "log" ] }
|
||||||
xso = { version = "0.2", path = "../xso" }
|
xso = { version = "0.3", path = "../xso" }
|
||||||
|
|
||||||
# these are only needed for starttls ServerConnector support
|
# these are only needed for starttls ServerConnector support
|
||||||
hickory-resolver = { version = "0.25", optional = true}
|
hickory-resolver = { version = "0.25", optional = true}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "xso"
|
name = "xso"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "XML Streamed Objects: similar to serde, but XML-native."
|
description = "XML Streamed Objects: similar to serde, but XML-native."
|
||||||
homepage = "https://xmpp.rs"
|
homepage = "https://xmpp.rs"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
Version NEXT:
|
Version NEXT:
|
||||||
|
|
||||||
|
Version 0.3.0, release 2025-10-28:
|
||||||
|
* Changes
|
||||||
|
- Bump minidom dep to 0.18, which has breaking changes.
|
||||||
|
|
||||||
Version 0.2.0, released 2025-09-17:
|
Version 0.2.0, released 2025-09-17:
|
||||||
0000-00-00 Jonas Schäfer <jonas@zombofant.net>
|
0000-00-00 Jonas Schäfer <jonas@zombofant.net>
|
||||||
* Breaking
|
* Breaking
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue