Bump xso version to 0.2.0
This commit is contained in:
parent
5ab4f395e0
commit
3ffff2614a
4 changed files with 5 additions and 3 deletions
|
|
@ -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"] }
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
Version NEXT:
|
||||
|
||||
Version 0.2.0, released 2025-09-17:
|
||||
0000-00-00 Jonas Schäfer <jonas@zombofant.net>
|
||||
* Breaking
|
||||
- The methods of `TextCodec<T>` now have `&self` receivers. This also
|
||||
|
|
|
|||
Loading…
Reference in a new issue