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
|
|
@ -21,7 +21,7 @@ log = "0.4"
|
|||
reqwest = { version = "0.12", features = ["stream"], default-features = false }
|
||||
tokio-util = { version = "0.7", features = ["codec"] }
|
||||
# same repository dependencies
|
||||
tokio-xmpp = { version = "3.4", path = "../tokio-xmpp", default-features = false }
|
||||
tokio-xmpp = { version = "3.4", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = { version = "0.11", default-features = false, features = ["auto-color", "humantime"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue