mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
Use more workspace dependencies (#39404)
I noticed that there are various dependencies that are listed independently even though they are already in the Servo workspace. Is there any issue with converting these to workspace dependencies? Testing: No tests for Cargo.toml edits. Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
parent
5a0332f57e
commit
8590c4edcf
5 changed files with 7 additions and 7 deletions
|
@ -28,7 +28,7 @@ embedder_traits = { workspace = true }
|
|||
euclid = { workspace = true }
|
||||
ipc-channel = { workspace = true }
|
||||
keyboard-types = { workspace = true }
|
||||
log = "0.4.27"
|
||||
log = { workspace = true }
|
||||
malloc_size_of = { workspace = true }
|
||||
malloc_size_of_derive = { workspace = true }
|
||||
media = { path = "../../media" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue