1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Downgrade libc to 0.2.153

This commit is contained in:
Daniel Hofstetter 2024-05-17 07:18:14 +02:00
parent 0e5614de2d
commit 3ce6794cb0
3 changed files with 4 additions and 4 deletions

View file

@ -289,7 +289,7 @@ half = "2.4.1"
hostname = "0.4"
indicatif = "0.17.8"
itertools = "0.12.1"
libc = "0.2.154"
libc = "0.2.153"
lscolors = { version = "0.16.0", default-features = false, features = [
"gnu_legacy",
] }