We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27012e commit 2140689Copy full SHA for 2140689
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions-rs/toolchain@v1
27
with:
28
profile: minimal
29
- toolchain: stable
+ toolchain: nightly
30
override: true
31
32
# Install Rust dependencies
0 commit comments