From 8c54bfb61669b3a4f1f80ecac83d50881c915e88 Mon Sep 17 00:00:00 2001 From: Sertonix Date: Mon, 6 Apr 2026 13:30:35 +0200 Subject: [PATCH] chore: bump libc to 0.2.184 Fixes compilation on loongarch64 musl libc --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5db065d..baee735 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,9 +222,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.47" +version = "0.2.184" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48450664a984b25d5b479554c29cc04e3150c97aa4c01da5604a2d4ed9151476" +checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" [[package]] name = "memchr"