mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
Make libc a platform specific dependency (#11241)
This commit is contained in:
parent
4aac1d1db9
commit
a70808b125
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,6 @@ ruff_workspace = { path = "../ruff_workspace" }
|
|||
anyhow = { workspace = true }
|
||||
crossbeam = { workspace = true }
|
||||
jod-thread = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
lsp-server = { workspace = true }
|
||||
lsp-types = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
|
@ -41,5 +40,8 @@ regex = { workspace = true }
|
|||
[dev-dependencies]
|
||||
insta = { workspace = true }
|
||||
|
||||
[target.'cfg(target_vendor = "apple")'.dependencies]
|
||||
libc = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue