Relative dependencies
This commit is contained in:
parent
54e1a98cde
commit
df106dfbaf
5 changed files with 11 additions and 11 deletions
|
|
@ -25,7 +25,7 @@ stringprep = "0.1.3"
|
|||
quote = { version = "1.0", optional = true }
|
||||
proc-macro2 = { version = "1.0", optional = true }
|
||||
# same repository dependencies
|
||||
minidom = { version = "0.16", optional = true }
|
||||
minidom = { version = "0.16", path = "../minidom", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_test = "1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue