Skip to content

Commit 31414c3

Browse files
committed
rs ci: use stable toolchain
1 parent d0bacc6 commit 31414c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Rust
3030
uses: actions-rs/toolchain@v1
3131
with:
32-
toolchain: nightly
32+
toolchain: stable
3333
target: ${{matrix.target}}
3434
- name: Cache
3535
uses: Swatinem/rust-cache@v1

0 commit comments

Comments
 (0)