Skip to content

Commit

Permalink
update to nightly-2023-09-10
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoyuxlu <[email protected]>
  • Loading branch information
xiaoyuxlu authored and jyao1 committed Feb 19, 2024
1 parent 3c67890 commit 1a9f2a5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-08-28
toolchain: nightly-2023-09-10
override: true
components: rust-src, rustfmt, clippy, llvm-tools-preview

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-08-28
toolchain: nightly-2023-09-10
override: true
components: clippy

Expand All @@ -45,7 +45,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-08-28
toolchain: nightly-2023-09-10
override: true
components: rustfmt
- name: Cache
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-08-28
toolchain: nightly-2023-09-10
override: true
components: rustfmt, clippy

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-08-28
toolchain: nightly-2023-09-10
override: true
components: rust-src, rustfmt, clippy, llvm-tools-preview
- name: Checkout sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-08-28
toolchain: nightly-2023-09-10
override: true
components: rust-src, rustfmt, clippy
- name: Cache
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ sh_script/pre-build.sh

1. Install [RUST](https://www.rust-lang.org/)

Please use nightly-2023-08-28.
Please use nightly-2023-09-10.

2. Install [NASM](https://www.nasm.us/)

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2023-08-28
nightly-2023-09-10

0 comments on commit 1a9f2a5

Please sign in to comment.