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 3cfe977 commit 4909bdeCopy full SHA for 4909bde
.github/workflows/rust.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Rust
18
uses: actions-rs/toolchain@v1
19
with:
20
- rust-version: stable
+ toolchain: stable
21
22
- name: Build
23
run: cargo build --verbose
0 commit comments