diff --git a/ndk/Cargo.toml b/ndk/Cargo.toml index 6ccb26bd..346529be 100644 --- a/ndk/Cargo.toml +++ b/ndk/Cargo.toml @@ -32,7 +32,7 @@ api-level-30 = ["api-level-29"] test = ["ffi/test", "jni", "jni-glue", "all"] [dependencies] -num_enum = "0.4.2" +num_enum = "0.5" jni-sys = "0.3.0" thiserror = "1.0"