aports/testing/mitra/update-libc-crate.patch
Celeste 1e3a256674 testing/mitra: enable on all architectures
update libc crate to 0.2.155 for loongarch64 support
2024-07-17 13:48:10 +00:00

15 lines
382 B
Diff

--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1816,9 +1816,9 @@
[[package]]
name = "libc"
-version = "0.2.150"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libm"