Skip to content

Commit 9aa1055

Browse files
authored
fix procfs dependencies (#8968)
1 parent 10ccc07 commit 9aa1055

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ parse_datetime = "0.11.0"
356356
phf = "0.13.1"
357357
phf_codegen = "0.13.1"
358358
platform-info = "2.0.3"
359+
procfs = "0.18"
359360
rand = { version = "0.9.0", features = ["small_rng"] }
360361
rand_core = "0.9.0"
361362
rayon = "1.10"

src/uucore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ xattr = { workspace = true, optional = true }
102102
tempfile = { workspace = true }
103103

104104
[target.'cfg(target_os = "linux")'.dependencies]
105-
procfs = "0.18"
105+
procfs = { workspace = true }
106106

107107
[target.'cfg(target_os = "windows")'.dependencies]
108108
winapi-util = { workspace = true, optional = true }

0 commit comments

Comments
 (0)