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 7e8990fd92
commit 25f4220fef
8 changed files with 6234 additions and 14534 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ name: ci
on:
push:
branches: '*'
branches: "*"
pull_request:
env:
@@ -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