Skip to content

Commit

Permalink
fix(jni): lock jni version
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Nov 2, 2023
1 parent c3dbee6 commit 3f76730
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 86 deletions.
102 changes: 17 additions & 85 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rsapi-jni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate_type = ["cdylib"]
[dependencies]
thiserror = "1"
tokio = { version = "1", features = ["default", "fs", "rt", "rt-multi-thread"] }
jni = { version = "0.21.1", default-features = false }
jni = { version = "0.20", default-features = false }
log = "0.4"

lsq-encryption = { path = "../lsq-encryption" }
Expand Down

0 comments on commit 3f76730

Please sign in to comment.