We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bacc6 commit 31414c3Copy full SHA for 31414c3
.github/workflows/release.rust.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install Rust
30
uses: actions-rs/toolchain@v1
31
with:
32
- toolchain: nightly
+ toolchain: stable
33
target: ${{matrix.target}}
34
- name: Cache
35
uses: Swatinem/rust-cache@v1
0 commit comments