xso: Bump version to 0.1.0

This commit is contained in:
Jonas Schäfer 2024-07-25 09:52:44 +02:00 committed by pep
commit ab35c234c8
5 changed files with 9 additions and 9 deletions

View file

@ -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.