chore: downgrade to libc@0.2.174

There is incompatibility between rustix@1.0.8 and libc@0.2.175 that
leads to compilation errors.
This commit is contained in:
Weihang Lo 2025-09-03 16:36:45 -07:00
parent 78a5531ed6
commit 05aca0bded
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

4
Cargo.lock generated
View File

@ -2788,9 +2788,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
[[package]]
name = "libc"
version = "0.2.175"
version = "0.2.174"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
[[package]]
name = "libgit2-sys"