From 62b23a47f04fab54fa21e058ba51523caf8cf30f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 13:06:20 +0000 Subject: [PATCH] fix(deps): update rust crate ndk to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4e42c279e..75c10ad528 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.0" ndk-sys = "0.4" ndk-context = "0.1" tao-macros = { version = "0.1.0", path = "./tao-macros" }