ci: Update to the most recent Rust version

This commit is contained in:
2025-03-07 11:55:32 -07:00
parent c5a3f424d6
commit 5ba1ba15c9
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -76,15 +76,15 @@ jobs:
RUSTDOCFLAGS: --cfg docsrs
msrv:
# check that we can build using the minimal rust version that is specified by this crate
name: 1.82.0 / check
name: 1.85.0 / check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install 1.82.0
- name: Install 1.85.0
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.82.0
toolchain: 1.85.0
- name: cargo +1.82.0 check
- name: cargo +1.85.0 check
run: cargo check