mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
fix procfs dependencies (#8968)
This commit is contained in:
parent
10ccc071b3
commit
9aa1055196
2 changed files with 2 additions and 1 deletions
|
|
@ -356,6 +356,7 @@ parse_datetime = "0.11.0"
|
|||
phf = "0.13.1"
|
||||
phf_codegen = "0.13.1"
|
||||
platform-info = "2.0.3"
|
||||
procfs = "0.18"
|
||||
rand = { version = "0.9.0", features = ["small_rng"] }
|
||||
rand_core = "0.9.0"
|
||||
rayon = "1.10"
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ xattr = { workspace = true, optional = true }
|
|||
tempfile = { workspace = true }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
procfs = "0.18"
|
||||
procfs = { workspace = true }
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
winapi-util = { workspace = true, optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue