Skip to content

Commit

Permalink
feat: Upgrade to jni-rs 0.21 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao authored Feb 20, 2024
1 parent a07cce3 commit 7018225
Show file tree
Hide file tree
Showing 13 changed files with 602 additions and 484 deletions.
104 changes: 97 additions & 7 deletions core/Cargo.lock

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

4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ serde = { version = "1", features = ["derive"] }
lazy_static = "1.4.0"
prost = "0.12.1"
thrift = "0.17"
jni = "0.19"
jni = "0.21"
byteorder = "1.4.3"
snap = "1.1"
brotli = "3.3"
Expand Down Expand Up @@ -81,7 +81,7 @@ prost-build = "0.9.0"
[dev-dependencies]
pprof = { version = "0.13.0", features = ["flamegraph"] }
criterion = "0.5.1"
jni = { version = "0.19", features = ["invocation"] }
jni = { version = "0.21", features = ["invocation"] }
lazy_static = "1.4"
assertables = "7"

Expand Down
Loading

0 comments on commit 7018225

Please sign in to comment.