aports/community/sd/cargo-update-libc.patch
Jingyun Hua 8ce724b32a community/sd: fix build on loongarch64
Update libc to v0.2.155
2024-05-28 07:07:40 +00:00

17 lines
525 B
Diff

diff --git a/Cargo.lock b/Cargo.lock
index 5f67cce..11069a2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -371,9 +371,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
-version = "0.2.149"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libm"