Skip to content

Commit

Permalink
Pin CI from stable to 1.72.1
Browse files Browse the repository at this point in the history
Enables better detection of regressions in Rust, a few of which 1.72.1 fixes.
  • Loading branch information
kayabaNerve committed Sep 19, 2023
1 parent 3d464c4 commit a9468bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
rust-toolchain:
description: "Rust toolchain to install"
required: false
default: stable
default: 1.72.1

rust-components:
description: "Rust components to install"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install cargo
uses: dtolnay/rust-toolchain@5cb429dd810e16ff67df78472fa81cf760f4d1c0
with:
toolchain: stable
toolchain: 1.72.1

- name: Install cargo deny
run: cargo install --locked cargo-deny
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install cargo
uses: dtolnay/rust-toolchain@5cb429dd810e16ff67df78472fa81cf760f4d1c0
with:
toolchain: stable
toolchain: 1.72.1

- name: Install cargo deny
run: cargo install --locked cargo-deny
Expand Down

0 comments on commit a9468bf

Please sign in to comment.