aports/community/hexyl/cargo-update.patch
qiangxuhui cd5c9d1380 community/hexyl: fix build on loongarch64
Update libc to v0.2.155 to support loongarch64.
2024-07-03 20:53:50 +00:00

17 lines
473 B
Diff

diff --git a/Cargo.lock b/Cargo.lock
index 78015a9..119ef43 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -290,9 +290,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.147"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "linux-raw-sys"