Cargo.toml: minidom 0.15.1 was released with the necessary changes
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
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:
parent
f3b47b157d
commit
12299c5898
1 changed files with 4 additions and 4 deletions
|
@ -9,12 +9,12 @@ description = "Parser for the Scansion DSL"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nom = "7.1"
|
nom = "7.1"
|
||||||
jid = "0.9"
|
jid = "0.9"
|
||||||
minidom = "0.15"
|
minidom = "0.15.1"
|
||||||
nom_locate = "4.0.0"
|
nom_locate = "4.0.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "1.3"
|
pretty_assertions = "1.3"
|
||||||
|
|
||||||
[patch.crates-io]
|
# [patch.crates-io]
|
||||||
jid = { path = "../xmpp-rs/jid" }
|
# jid = { path = "../xmpp-rs/jid" }
|
||||||
minidom = { path = "../xmpp-rs/minidom" }
|
# minidom = { path = "../xmpp-rs/minidom" }
|
||||||
|
|
Loading…
Reference in a new issue