Skip to content

Commit acb5f67

Browse files
authored
Add toolchain to pin CI (#112)
1 parent 90de932 commit acb5f67

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: actions-rs/toolchain@v1
17-
with:
18-
toolchain: stable
1917
- name: "build all"
2018
# We keep these separate since sometimes the derive fails when
2119
# independently built.
@@ -31,7 +29,6 @@ jobs:
3129
- uses: actions/checkout@v2
3230
- uses: actions-rs/toolchain@v1
3331
with:
34-
toolchain: stable
3532
components: clippy
3633
- name: "clippy --all"
3734
run: cargo clippy --all --tests -- -D warnings
@@ -43,7 +40,6 @@ jobs:
4340
- uses: actions/checkout@v2
4441
- uses: actions-rs/toolchain@v1
4542
with:
46-
toolchain: stable
4743
components: rustfmt
4844
- name: Run
4945
run: cargo fmt --all -- --check
@@ -54,8 +50,6 @@ jobs:
5450
steps:
5551
- uses: actions/checkout@v2
5652
- uses: actions-rs/toolchain@v1
57-
with:
58-
toolchain: stable
5953
- uses: Swatinem/rust-cache@v1
6054
- uses: taiki-e/install-action@nextest
6155
- name: Run
@@ -69,7 +63,6 @@ jobs:
6963
- uses: actions/checkout@v3
7064
- uses: actions-rs/toolchain@v1
7165
with:
72-
toolchain: stable
7366
components: llvm-tools-preview
7467
- name: Install cargo-llvm-cov
7568
uses: taiki-e/install-action@cargo-llvm-cov

rust-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.69.0

0 commit comments

Comments
 (0)