From 8a9eee30e2a7c427aee542875a183f24b3c08c2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:22:58 +0000 Subject: [PATCH] fix(deps): update rust crate ndk to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3779a9f85..3e7bcd5195 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ once_cell = "1" [target."cfg(target_os = \"android\")".dependencies] jni = "0.21" -ndk = "0.7" +ndk = "0.8" ndk-sys = "0.4" ndk-context = "0.1" tao-macros = { version = "0.1.0", path = "./tao-macros" }