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 d14481d commit e805436Copy full SHA for e805436
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- uses: actions-rust-lang/setup-rust-toolchain@v1
24
with:
25
- toolchain: nightly
+ toolchain: nightly-2025-02-21 # Specific nightly version that works with dll-syringe, remove when it gets fixed so we can use latest
26
27
- name: Install frontend dependencies
28
run: yarn install
0 commit comments