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:
Maxime “pep” Buquet 2024-07-22 23:56:50 +02:00 committed by Link Mauve
commit 86c13611ba
4 changed files with 7 additions and 7 deletions

View file

@ -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"