From 65735b60fa24a6b13ea92837f9e47fcfcda992d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 17:09:28 +0000 Subject: [PATCH] fix(deps): update rust crate ndk to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95f7409cd8..f5466a1939 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ once_cell = "1" [target."cfg(target_os = \"android\")".dependencies] jni = "0.21" -ndk = "0.7" +ndk = "0.9" ndk-sys = "0.4" ndk-context = "0.1" tao-macros = { version = "0.1.0", path = "./tao-macros" }