Remove unused paths in multiple Cargo.toml
Paths are already patched in the workspace's [patch.crates-io] block. Not sure why this was added in the first place. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
93288307d3
commit
86c13611ba
4 changed files with 7 additions and 7 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.15", optional = true, path = "../minidom" }
|
||||
minidom = { version = "0.15", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_test = "1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue