From eb80f3573383e4523877ab5c9dcaf925e6c6ddac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 02:22:14 +0000 Subject: [PATCH] fix(deps): update rust crate ndk-sys to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ff6b2516..598d4cb52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,7 +105,7 @@ sha2 = "0.10" base64 = "0.22" jni = "0.21" ndk = "0.7" -ndk-sys = "0.4" +ndk-sys = "0.6" ndk-context = "0.1" tao-macros = "0.1" libc = "0.2"