Skip to content

Commit 701211c

Browse files
committed
Fixed the Rust nightly version
1 parent bb505aa commit 701211c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install Nightly Rust
4040
uses: dtolnay/rust-toolchain@stable
4141
with:
42-
toolchain: nightly-2025-02-17
42+
toolchain: nightly-2025-02-01
4343
components: rustfmt
4444

4545
- name: Install Python

0 commit comments

Comments
 (0)