diff options
author | Tom Forbes <tom@tomforb.es> | 2024-05-28 10:56:30 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 10:56:30 +0900 |
commit | 1a437768510de9519ac27a30ecfccb6a78816003 (patch) | |
tree | b861610b5d7093f1fc2e34b428b30be2d2a1f78a | |
parent | 08633c8528018bf37c3a7f144ab1a1cbf38288cc (diff) | |
parent | fe86064eb1459033b97a8c3e27c7252f108dc3d2 (diff) |
Merge pull request #453 from qiangxuhui/loongarch64
Update Cargo.lock: fix build on loongarch64
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -439,9 +439,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 = "lock_api" |