We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4838453 commit b9b5230Copy full SHA for b9b5230
.github/workflows/rust.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: dtolnay/rust-toolchain@stable
+ - uses: dtolnay/rust-toolchain@nightly
20
with:
21
targets: x86_64-unknown-linux-gnu
22
- name: install dependencies
0 commit comments