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:
parent
0e5614de2d
commit
3ce6794cb0
3 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue