Skip to content

Commit 40d37c1

Browse files
committed
update rust toolchain to nightly-2025-04-09
1 parent cc5b92a commit 40d37c1

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
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions-rust-lang/setup-rust-toolchain@v1
2424
with:
25-
toolchain: 1.77.2 # Last Rust version to support Windows 7, newer versions require Windows 8+
25+
toolchain: nightly-2025-04-09 # Last Rust version to support Windows 7, newer versions require Windows 8+
2626

2727
- name: Install frontend dependencies
2828
run: yarn install

0 commit comments

Comments
 (0)