Skip to content

Commit d1fefaa

Browse files
committed
Pin Rust to control clippies
Signed-off-by: itowlson <[email protected]>
1 parent 175910b commit d1fefaa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616

17-
- name: Install latest Rust stable toolchain
17+
- name: Install Rust
1818
uses: actions-rs/toolchain@v1
1919
with:
20-
toolchain: stable
20+
toolchain: 1.86
2121
default: true
2222
components: clippy, rustfmt
2323

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: set the release version (tag)
1717
run: echo "RELEASE_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
1818

19-
- name: Install latest Rust stable toolchain
19+
- name: Install Rust
2020
uses: actions-rs/toolchain@v1
2121
with:
22-
toolchain: stable
22+
toolchain: 1.86
2323
default: true
2424
components: clippy, rustfmt
2525

0 commit comments

Comments
 (0)