mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-09 19:42:15 +01:00
18 lines
560 B
Diff
18 lines
560 B
Diff
# Fix build on loongarch64
|
|
diff --git a/Cargo.lock b/Cargo.lock
|
|
index bf56cd0..09c9ea7 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -1010,9 +1010,9 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
-version = "0.2.153"
|
|
+version = "0.2.154"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
|
+checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
|
|
|
|
[[package]]
|
|
name = "libloading"
|