Switch back to nightly (#1434)
This commit is contained in:
2
.github/workflows/pre-release.yml
vendored
2
.github/workflows/pre-release.yml
vendored
@@ -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:
|
||||||
|
|||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.89.0"
|
channel = "nightly-2025-12-04"
|
||||||
components = [
|
components = [
|
||||||
"rustfmt",
|
"rustfmt",
|
||||||
"rustc",
|
"rustc",
|
||||||
|
|||||||
Reference in New Issue
Block a user