updated ci to use Rust 1.90

This commit is contained in:
Mick Grove 2025-10-15 23:01:28 -07:00
commit a6824aa753
2 changed files with 12 additions and 7 deletions

View file

@ -5,6 +5,9 @@ on:
branches:
- main
env:
RUST_TOOLCHAIN: "1.90"
# This workflow runs on pull requests to the main branch
# It builds the project for 2 platforms, Linux arm64 and macOS arm64,
# and runs tests for each platform. All platforms tested on merge to main
@ -16,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.88.0
toolchain: ${{ env.RUST_TOOLCHAIN }}
profile: minimal
override: true
- uses: swatinem/rust-cache@v2
@ -34,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.88.0
toolchain: ${{ env.RUST_TOOLCHAIN }}
profile: minimal
override: true
- uses: swatinem/rust-cache@v2

View file

@ -4,6 +4,8 @@ on:
push:
branches:
- main
env:
RUST_TOOLCHAIN: "1.90"
jobs:
# ──────────────── Linux (via Makefile) ────────────────
@ -15,7 +17,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.88.0
toolchain: ${{ env.RUST_TOOLCHAIN }}
profile: minimal
override: true
@ -69,7 +71,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.88.0
toolchain: ${{ env.RUST_TOOLCHAIN }}
profile: minimal
override: true
@ -123,7 +125,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.88.0
toolchain: ${{ env.RUST_TOOLCHAIN }}
profile: minimal
override: true
@ -154,7 +156,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.88.0
toolchain: ${{ env.RUST_TOOLCHAIN }}
profile: minimal
override: true
@ -185,7 +187,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.88.0
toolchain: ${{ env.RUST_TOOLCHAIN }}
profile: minimal
override: true