xso: Bump version to 0.1.0
This commit is contained in:
parent
62b2966b9d
commit
ab35c234c8
5 changed files with 9 additions and 9 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue