chore(deps): update rust crate jni to 0.22
This commit is contained in:
parent
2061c3c393
commit
29e80d6d02
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ features = []
|
|||
default-features = true
|
||||
|
||||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
jni = "0.21"
|
||||
jni = "0.22"
|
||||
|
||||
[target.'cfg(any(target_os = "android", target_os = "ios"))'.dependencies]
|
||||
tauri-plugin-barcode-scanner = "2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue