Skip to content

Commit 75382e3

Browse files
committed
Update build.yml
1 parent e1c5522 commit 75382e3

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
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions-rs/[email protected]
2222
with:
23-
toolchain: stable
23+
toolchain: nightly
2424
components: clippy rustfmt
2525
- run: cargo clippy -- -D warnings
2626
- run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)