Skip to content

Commit

Permalink
chore: use fixed nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
gabotechs committed Nov 9, 2022
1 parent f3491e7 commit b62da19
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-10-09 # Fixed so that it can be cached
profile: minimal
override: true

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-10-09 # Fixed so that it can be cached
profile: minimal
override: true

Expand Down
2 changes: 0 additions & 2 deletions rust-toolchain.toml

This file was deleted.

0 comments on commit b62da19

Please sign in to comment.