aports/community/tuc/cargo-update.patch
Jingyun Hua 72590184fe community/tuc: fix build on loongarch64
Update libc to v0.2.155
2024-07-03 20:55:08 +00:00

17 lines
463 B
Diff

diff --git a/Cargo.lock b/Cargo.lock
index 6221ea0..4a7081e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -79,9 +79,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.97"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "memchr"