minidom: Bump version to 0.18
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
0c253b8c4e
commit
bd986f5e5e
5 changed files with 7 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ license = "MPL-2.0"
|
|||
[dependencies]
|
||||
bytes = { version = "1" }
|
||||
rxml = { version = "0.13.1", default-features = false }
|
||||
minidom = { version = "0.17", path = "../minidom" }
|
||||
minidom = { version = "0.18", 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