From 87dae06f0d3000abcd72417b2c6406d6d6f2f4ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:36:21 +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 d4e42c279e..8a78b6b3d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ once_cell = "1" [target."cfg(target_os = \"android\")".dependencies] jni = "0.21" ndk = "0.7" -ndk-sys = "0.4" +ndk-sys = "0.6" ndk-context = "0.1" tao-macros = { version = "0.1.0", path = "./tao-macros" }