diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-07-22 16:03:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-22 16:03:20 +0200 |
| commit | e7819d258a29eeec0e9255a961fee3b44735afab (patch) | |
| tree | e76946f1906d29e999485f3b2bd424fc7375037f /.github/workflows/rust.yml | |
| parent | Update indicatif to 0.18.0 (#2833) (diff) | |
| download | atuin-e7819d258a29eeec0e9255a961fee3b44735afab.zip | |
chore: update to rust 1.88 (#2815)
* chore: update to rust 1.88
* clippy + fmt
* update ci version
* update flake
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/rust.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 51b1d008..81df0434 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -26,7 +26,7 @@ jobs: - name: Install rust uses: dtolnay/rust-toolchain@master with: - toolchain: 1.86 + toolchain: 1.88 - uses: actions/cache@v4 with: @@ -97,7 +97,7 @@ jobs: - name: Install rust uses: dtolnay/rust-toolchain@master with: - toolchain: 1.86 + toolchain: 1.88 - uses: taiki-e/install-action@v2 name: Install nextest @@ -127,7 +127,7 @@ jobs: - name: Install rust uses: dtolnay/rust-toolchain@master with: - toolchain: 1.86 + toolchain: 1.88 - uses: actions/cache@v4 with: @@ -171,7 +171,7 @@ jobs: - name: Install rust uses: dtolnay/rust-toolchain@master with: - toolchain: 1.86 + toolchain: 1.88 - uses: taiki-e/install-action@v2 name: Install nextest @@ -200,7 +200,7 @@ jobs: - name: Install latest rust uses: dtolnay/rust-toolchain@master with: - toolchain: 1.86 + toolchain: 1.88 components: clippy - uses: actions/cache@v4 @@ -223,7 +223,7 @@ jobs: - name: Install latest rust uses: dtolnay/rust-toolchain@master with: - toolchain: 1.86 + toolchain: 1.88 components: rustfmt - name: Format |
