mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-12 03:12:22 +01:00
- 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
14 lines
310 B
Plaintext
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"
|