aports/community/typst/cargo-update.patch
Jingyun Hua 34ca03e21d community/typst: fix build on loongarch64
Update libc to v0.2.155
2024-05-27 09:38:38 +00:00

17 lines
537 B
Diff

diff --git a/Cargo.lock b/Cargo.lock
index 0a9e82c..5006a6b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1218,9 +1218,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[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 = "libdeflate-sys"