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

@ -22,8 +22,8 @@ sha3 = "0.10"
blake2 = "0.10.4"
chrono = { version = "0.4.5", default-features = false, features = ["std"] }
# same repository dependencies
jid = { version = "0.10", features = ["minidom"], path = "../jid" }
minidom = { version = "0.15", path = "../minidom" }
jid = { version = "0.10", features = ["minidom"] }
minidom = { version = "0.15" }
xso = { version = "0.0.2", features = ["macros", "minidom", "panicking-into-impl", "jid", "base64"] }
[features]