Skip to content

Commit d7addff

Browse files
authored
build(cargo): pin rust toolchain version to 1.77.2 (#365)
* build(cargo): pin rust toolchain version to `1.77.2` * chore(ci): remove toolchain input from workflow * stamp: i think the checkout actions come first
1 parent cb19187 commit d7addff

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ jobs:
1818
name: "cargo fmt"
1919
runs-on: ubuntu-latest
2020
steps:
21+
- uses: actions/checkout@v3
2122
- uses: actions-rs/toolchain@v1
2223
with:
2324
profile: minimal
24-
toolchain: stable
2525
components: rustfmt
26-
- uses: actions/checkout@v3
2726
- run: ./scripts/fmt.sh
2827

2928
cargo-clippy:
@@ -34,7 +33,6 @@ jobs:
3433
- uses: actions-rs/toolchain@v1
3534
with:
3635
profile: minimal
37-
toolchain: stable
3836
components: clippy
3937
- uses: Swatinem/rust-cache@v2
4038
- run: ./scripts/clippy.sh
@@ -58,6 +56,5 @@ jobs:
5856
- uses: actions-rs/toolchain@v1
5957
with:
6058
profile: minimal
61-
toolchain: stable
6259
- uses: Swatinem/rust-cache@v2
6360
- run: ./scripts/test.sh

rust-toolchain

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

0 commit comments

Comments
 (0)