chore: bump jna

This commit is contained in:
Matthew
2024-01-24 13:44:55 -06:00
parent 141705e2ed
commit 50f102bbd3
9 changed files with 10 additions and 51 deletions

View File

@@ -56,7 +56,7 @@ jobs:
run: cargo clippy --all-targets --features "uniffi/bindgen-tests" -- -D warnings
- name: "Test"
run: CLASSPATH=./tests/jna/jna-5.8.0.jar cargo test --features uniffi/bindgen-tests
run: CLASSPATH=./tests/jna/jna-5.14.0.jar cargo test --features uniffi/bindgen-tests
fmt:
name: "Rust fmt"