From 913172651f96b95c121c8f4fb6f14d5298205d23 Mon Sep 17 00:00:00 2001 From: "Lu, Xiaoyu1" Date: Mon, 19 Feb 2024 01:17:29 -0500 Subject: [PATCH] update to nightly-2023-09-10 Signed-off-by: xiaoyuxlu --- .github/workflows/coverage.yml | 2 +- .github/workflows/format.yml | 6 +++--- .github/workflows/fuzz.yml | 2 +- .github/workflows/main.yml | 2 +- README.md | 2 +- rust-toolchain | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3469dc0..712f041 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 45b3521..bf86dc1 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index c743cc5..83235ba 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -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 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 468a883..6769e4f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/README.md b/README.md index 9916c4c..d75172a 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/rust-toolchain b/rust-toolchain index 5f169ab..7d7653b 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2023-08-28 +nightly-2023-09-10 \ No newline at end of file