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 cf18985 commit 6720c63Copy full SHA for 6720c63
.github/workflows/ci.yaml
@@ -78,10 +78,10 @@ jobs:
78
steps:
79
- uses: actions/checkout@master
80
81
- - name: nightly setup
+ - name: beta setup
82
run: |
83
- rustup toolchain install nightly
84
- rustup default nightly
+ rustup toolchain install beta
+ rustup default beta
85
86
- name: clippy
87
run: cargo clippy --workspace --bins --examples --tests -- -D warnings
0 commit comments