From f4f19eb5545412ded77ad38135ceea9e0f1447c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 04:15:59 +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 620cbbbdf..4d2976f7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ sha2 = "0.10" base64 = "0.21" jni = "0.21" ndk = "0.7" -ndk-sys = "0.4" +ndk-sys = "0.5" ndk-context = "0.1" tao-macros = { version = "0.1.0" }