We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b7e01 commit cc5b92aCopy full SHA for cc5b92a
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- uses: actions-rust-lang/setup-rust-toolchain@v1
24
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
+ toolchain: 1.77.2 # Last Rust version to support Windows 7, newer versions require Windows 8+
26
27
- name: Install frontend dependencies
28
run: yarn install
0 commit comments