aports/testing/grass/update-rust-libc.patch
qaqland 8c40ed065c testing/grass: upgrade to 0.13.4
update rust libc to support loongarch64
2024-10-20 04:13:16 +00:00

15 lines
389 B
Diff

--- a/Cargo.lock
+++ b/Cargo.lock
@@ -234,9 +234,9 @@
[[package]]
name = "libc"
-version = "0.2.153"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "linux-raw-sys"