Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 48 additions & 2 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 android/llama-jni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ anyhow = "1"
# JNI glue is only compiled for Android targets; the host/`aarch64-linux-gnu`
# builds (including the QEMU smoke test) never pull it in.
[target.'cfg(target_os = "android")'.dependencies]
jni = "0.21"
jni = "0.22"

[[bin]]
name = "smoke"
Expand Down
Loading