From 17ec01a9ce8e082230594ae847f20c0812e82bde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 00:07:49 +0000 Subject: [PATCH] fix(deps): update rust crate ndk-sys to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2141e9aa14..9882a738b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ once_cell = "1" [target."cfg(target_os = \"android\")".dependencies] jni = "0.21" ndk = "0.7" -ndk-sys = "0.4" +ndk-sys = "0.5" ndk-context = "0.1" tao-macros = { version = "0.1.0", path = "./tao-macros" }