Switch back to nightly (#1434)

This commit is contained in:
Alex Netsch
2025-12-04 16:50:51 +00:00
committed by GitHub
parent 2b11040d07
commit 92a65b4e0e
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ permissions:
env: env:
NODE_VERSION: 22 NODE_VERSION: 22
PNPM_VERSION: 10.13.1 PNPM_VERSION: 10.13.1
RUST_TOOLCHAIN: 1.89.0 RUST_TOOLCHAIN: nightly-2025-12-04
jobs: jobs:
bump-version: bump-version:

View File

@@ -46,7 +46,7 @@ jobs:
- name: Install Rust toolchain - name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable
with: with:
toolchain: 1.89.0 toolchain: nightly-2025-12-04
components: rustfmt, clippy components: rustfmt, clippy
- name: Cache Rust dependencies - name: Cache Rust dependencies

View File

@@ -1,5 +1,5 @@
[toolchain] [toolchain]
channel = "1.89.0" channel = "nightly-2025-12-04"
components = [ components = [
"rustfmt", "rustfmt",
"rustc", "rustc",