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

Commit

Permalink
use stable not nightly (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist authored Jan 11, 2022
1 parent 6635379 commit 7c1035c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-10-23
toolchain: stable

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

- name: Setup Rust toolchain
run: |
rustup toolchain install nightly-2021-10-23
rustup default nightly-2021-10-23
rustup toolchain install stable
rustup default stable
rustup component add rustfmt
- name: Cache Cargo
Expand Down
1 change: 0 additions & 1 deletion rust-toolchain

This file was deleted.

0 comments on commit 7c1035c

Please sign in to comment.