summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroxalica <oxalicc@pm.me>2023-02-02 17:47:19 +0800
committerGitHub <noreply@github.com>2023-02-02 12:47:19 +0300
commit3354203e571e427b7152999d13af8a1cbd14e0d8 (patch)
treeb87e1d00c97d26d16cc0d4c6f76036ce361ec664
parent1c878a0476257d328113efcd7088f1aa53f42e56 (diff)
Update ndk-sys to workaround cargo checksum issue
See https://github.com/rust-lang/cargo/issues/11412
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 104892b0..c3b660b7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
]