Skip to content

Commit cc5b92a

Browse files
committed
update rust toolchain to 1.77.2, "latest" that still has Windows 7 compatibility
1 parent 91b7e01 commit cc5b92a

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: nightly-2024-01-01 # Specific nightly version that works with dll-syringe, remove when it gets fixed so we can use latest
25+
toolchain: 1.77.2 # 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)