Cargo.toml: minidom 0.15.1 was released with the necessary changes
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-01-16 14:40:19 +01:00
parent f3b47b157d
commit 12299c5898
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -9,12 +9,12 @@ description = "Parser for the Scansion DSL"
[dependencies]
nom = "7.1"
jid = "0.9"
minidom = "0.15"
minidom = "0.15.1"
nom_locate = "4.0.0"
[dev-dependencies]
pretty_assertions = "1.3"
[patch.crates-io]
jid = { path = "../xmpp-rs/jid" }
minidom = { path = "../xmpp-rs/minidom" }
# [patch.crates-io]
# jid = { path = "../xmpp-rs/jid" }
# minidom = { path = "../xmpp-rs/minidom" }