Allow procfs 0.18

This commit is contained in:
Benjamin A. Beasley 2026-01-05 09:34:36 +00:00
commit bf5fc932eb
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
--- coreutils-0.0.27/Cargo.toml 1970-01-01T00:00:01+00:00
+++ coreutils-0.0.27/Cargo.toml 2025-12-04T07:54:17.698037+00:00
+++ coreutils-0.0.27/Cargo.toml 2026-01-05T09:34:07.355658+00:00
@@ -30,6 +30,7 @@
categories = ["command-line-utilities"]
license = "MIT"
@ -56,7 +56,7 @@
[target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dev-dependencies.procfs]
-version = "0.16"
+version = ">=0.16, <0.18"
+version = ">=0.16, <0.19"
default-features = false
[target."cfg(unix)".dev-dependencies.nix]