minidom: Bump version to 0.19.0
Signed-off-by: Jonas Schäfer <jonas@zombofant.net>
This commit is contained in:
parent
cc92d113fa
commit
e72394c658
5 changed files with 7 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ license = "MPL-2.0"
|
|||
[dependencies]
|
||||
bytes = { version = "1" }
|
||||
rxml = { version = "0.14.0", default-features = false }
|
||||
minidom = { version = "0.18", path = "../minidom" }
|
||||
minidom = { version = "0.19", path = "../minidom" }
|
||||
xso_proc = { version = "0.2", path = "../xso-proc", optional = true }
|
||||
|
||||
# optional dependencies to provide text conversion to/from types from/using
|
||||
|
|
|
|||
Loading…
Reference in a new issue