diff --git a/native/Cargo.toml b/native/Cargo.toml index c9ac85f..aed7b42 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Ondra Pelech <ondra.pelech@gmail.com>"] edition = "2018" [dependencies] -jni = "0.20" +jni = "0.21" [lib] crate_type = ["cdylib"]