chore: Update to Rust version 1.85.0 (#1860)

This is a small step toward fixing #1727
This commit is contained in:
Tyler Breisacher
2025-05-17 07:23:28 -07:00
committed by GitHub
parent eacf9b6dbf
commit 7cb35d4be1
5 changed files with 9 additions and 9 deletions

View File

@@ -122,7 +122,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
toolchain: ["1.74.0", "stable"]
toolchain: ["1.85.0", "stable"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
@@ -191,7 +191,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: ["1.74.0", "stable"]
toolchain: ["1.85.0", "stable"]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable