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 1f309ad commit 10a41f7Copy full SHA for 10a41f7
.github/workflows/rust.yml
@@ -41,7 +41,7 @@ jobs:
41
run: cargo fetch
42
43
- name: Build
44
- run: cargo build --verbose
+ run: cargo build +nightly --verbose
45
46
- name: Run cargo fmt
47
run: cargo +nightly fmt -- --check
0 commit comments