diff options
author | oxalica <oxalicc@pm.me> | 2023-02-02 17:47:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 12:47:19 +0300 |
commit | 3354203e571e427b7152999d13af8a1cbd14e0d8 (patch) | |
tree | b87e1d00c97d26d16cc0d4c6f76036ce361ec664 | |
parent | 1c878a0476257d328113efcd7088f1aa53f42e56 (diff) | |
download | alacritty-3354203e571e427b7152999d13af8a1cbd14e0d8.tar.gz alacritty-3354203e571e427b7152999d13af8a1cbd14e0d8.zip |
Update ndk-sys to workaround cargo checksum issue
See https://github.com/rust-lang/cargo/issues/11412
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1094,9 +1094,9 @@ checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" [[package]] name = "ndk-sys" -version = "0.4.0" +version = "0.4.1+23.1.7779620" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d83ec9c63ec5bf950200a8e508bdad6659972187b625469f58ef8c08e29046" +checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3" dependencies = [ "jni-sys", ] |