1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +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

@ -9,7 +9,7 @@ cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4.7"
libc = "0.2.154"
libc = "0.2.153"
tempfile = "3.10.1"
rand = { version = "0.8.5", features = ["small_rng"] }
similar = "2.5.0"