Allow procfs 0.18
This commit is contained in:
parent
2cc21017d4
commit
bf5fc932eb
3 changed files with 4 additions and 4 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ Source1: coreutils-ls-commands.sh
|
|||
# https://github.com/uutils/coreutils/commit/001a91fbe6adea29a566326df3fcda30f89e97ab
|
||||
# * enable feat_acl
|
||||
# * TODO: enable unix
|
||||
# * allow procfs 0.17
|
||||
# * allow procfs 0.17, 0.18
|
||||
# * allow hex-literal 1.0:
|
||||
# https://github.com/uutils/coreutils/commit/944cd4f72ca7d6e87d06d0a0a5b9e8dafedfba4b
|
||||
Patch: coreutils-fix-metadata.diff
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ cargo-toml-patch-comments = [
|
|||
"update rstest to 0.26: https://github.com/uutils/coreutils/commit/001a91fbe6adea29a566326df3fcda30f89e97ab",
|
||||
"enable feat_acl",
|
||||
"TODO: enable unix",
|
||||
"allow procfs 0.17",
|
||||
"allow procfs 0.17, 0.18",
|
||||
"allow hex-literal 1.0: https://github.com/uutils/coreutils/commit/944cd4f72ca7d6e87d06d0a0a5b9e8dafedfba4b",
|
||||
]
|
||||
extra-sources = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue