mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 20:55:19 +03:00
18 lines
563 B
Diff
18 lines
563 B
Diff
required to build properly on riscv64
|
|
|
|
diff --git a/Cargo.lock b/Cargo.lock
|
|
index c7efe9b..2110c7a 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -227,9 +227,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
-version = "0.2.101"
|
|
+version = "0.2.149"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
|
|
+checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
|
|
|
[[package]]
|
|
name = "log"
|