Skip to content

Commit dc713c9

Browse files
committed
ci: add nightly toolchain
1 parent ad9c9ad commit dc713c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Rust
2121
uses: actions-rs/toolchain@v1
2222
with:
23-
toolchain: stable
23+
toolchain: nightly
2424
components: rustfmt, clippy
2525
override: true
2626

0 commit comments

Comments
 (0)