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]
|
||||
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" }
|
||||
|
|
Loading…
Reference in a new issue