aports/community/uutils/downgrade-rlimit_patch
omni 768bc6110f community/uutils: upgrade to 0.6.0
- allow this to continue as /usr/bin/uutils
- remove now obsolete -stat subpackage
- on loongarch64: downgrade rlimit & libc crates (libc crate issue)
- on s390x: downgrade rlimit & libc crates (nix crate issue)
- on ppc64le: revert breaking uu_stty change
2026-02-04 10:41:29 +00:00

14 lines
310 B
Plaintext

downgrade rlimit to be able to downgrade libc crate from 0.2.180
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -369,7 +369,7 @@ rand_chacha = { version = "0.9.0" }
rand_core = "0.9.0"
rayon = "1.10"
regex = "1.10.4"
-rlimit = "0.11.0"
+rlimit = "0.10.2"
rstest = "0.26.0"
rust-ini = "0.21.0"
same-file = "1.0.6"