mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +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
|
@ -26,7 +26,7 @@ rustc-hash = { workspace = true }
|
|||
serde_json = { workspace = true }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
mach2 = { version = "0.4", optional = true }
|
||||
mach2 = { workspace = true, optional = true }
|
||||
|
||||
[target.'cfg(all(target_os = "linux", not(any(target_arch = "arm", target_arch = "aarch64", target_env = "ohos", target_env = "musl"))))'.dependencies]
|
||||
nix = { workspace = true, features = ["signal"], optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue