diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 5d8d0b6e..ffb7330c 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -14,7 +14,7 @@ jobs: - name: Install latest Rust nightly uses: dtolnay/rust-toolchain@stable with: - toolchain: nightly-2024-08-26 + toolchain: nightly-2024-09-19 components: rustfmt, clippy - name: Install ghp-import uses: actions/setup-python@v5 diff --git a/.github/workflows/test-js.yaml b/.github/workflows/test-js.yaml index 1dc3e345..be91e4cc 100644 --- a/.github/workflows/test-js.yaml +++ b/.github/workflows/test-js.yaml @@ -20,7 +20,7 @@ jobs: - name: Install latest Rust nightly uses: dtolnay/rust-toolchain@stable with: - toolchain: nightly-2024-08-26 + toolchain: nightly-2024-09-19 components: rustfmt, clippy - name: Check yarn version run: yarn --version @@ -46,7 +46,7 @@ jobs: - name: Install latest Rust nightly uses: dtolnay/rust-toolchain@stable with: - toolchain: nightly-2024-08-26 + toolchain: nightly-2024-09-19 components: rustfmt, clippy - name: Bun version uses: oven-sh/setup-bun@v1 diff --git a/rust-toolchain b/rust-toolchain index 8a20f547..41ef6a6e 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2024-08-26 \ No newline at end of file +nightly-2024-09-19 \ No newline at end of file