Cargo: fix minidom dependency
This commit is contained in:
parent
b944ca4ac7
commit
c6351e8efa
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ tokio-io = "*"
|
||||||
bytes = "0.4.4"
|
bytes = "0.4.4"
|
||||||
xml5ever = "*"
|
xml5ever = "*"
|
||||||
tendril = "*"
|
tendril = "*"
|
||||||
minidom = { path = "../../programs/minidom-rs" }
|
minidom = "0.5"
|
||||||
native-tls = "*"
|
native-tls = "*"
|
||||||
tokio-tls = "*"
|
tokio-tls = "*"
|
||||||
sasl = "*"
|
sasl = "*"
|
||||||
|
|
Loading…
Reference in a new issue