Bump MSRV to 1.85.0 (will be required by jni 0.22)

This re-generates the FFI bindings with `--rust-target '1.85.0'`
This commit is contained in:
Robert Bragg
2026-01-11 19:37:54 +00:00
parent e686e80112
commit 249e7d1834
9 changed files with 5553 additions and 13669 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
# See top README for MSRV policy
rust-version: [1.73.0, stable]
rust-version: [1.85.0, stable]
steps:
- uses: actions/checkout@v4