mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-06 19:32:18 +01:00
18 lines
613 B
Diff
18 lines
613 B
Diff
#update libc to v0.2.154 to support loongarch64
|
|
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
|
|
index c60002f..d6fc9d8 100644
|
|
--- a/src/rust/Cargo.lock
|
|
+++ b/src/rust/Cargo.lock
|
|
@@ -158,9 +158,9 @@ checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
-version = "0.2.152"
|
|
+version = "0.2.154"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
|
|
+checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
|
|
|
|
[[package]]
|
|
name = "lock_api"
|