Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Commit 7c1035c

Browse files
authored
use stable not nightly (#11)
1 parent 6635379 commit 7c1035c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- uses: actions-rs/toolchain@v1
5858
with:
59-
toolchain: nightly-2021-10-23
59+
toolchain: stable
6060

6161
- name: Install dependencies
6262
run: |

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

3333
- name: Setup Rust toolchain
3434
run: |
35-
rustup toolchain install nightly-2021-10-23
36-
rustup default nightly-2021-10-23
35+
rustup toolchain install stable
36+
rustup default stable
3737
rustup component add rustfmt
3838
3939
- name: Cache Cargo

rust-toolchain

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)