Pin CI from stable to 1.72.1

Enables better detection of regressions in Rust, a few of which 1.72.1 fixes.
This commit is contained in:
Luke Parker 2023-09-19 11:43:21 -04:00
parent 3d464c4736
commit a9468bf355
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ inputs:
rust-toolchain: rust-toolchain:
description: "Rust toolchain to install" description: "Rust toolchain to install"
required: false required: false
default: stable default: 1.72.1
rust-components: rust-components:
description: "Rust components to install" description: "Rust components to install"

View file

@ -20,7 +20,7 @@ jobs:
- name: Install cargo - name: Install cargo
uses: dtolnay/rust-toolchain@5cb429dd810e16ff67df78472fa81cf760f4d1c0 uses: dtolnay/rust-toolchain@5cb429dd810e16ff67df78472fa81cf760f4d1c0
with: with:
toolchain: stable toolchain: 1.72.1
- name: Install cargo deny - name: Install cargo deny
run: cargo install --locked cargo-deny run: cargo install --locked cargo-deny

View file

@ -41,7 +41,7 @@ jobs:
- name: Install cargo - name: Install cargo
uses: dtolnay/rust-toolchain@5cb429dd810e16ff67df78472fa81cf760f4d1c0 uses: dtolnay/rust-toolchain@5cb429dd810e16ff67df78472fa81cf760f4d1c0
with: with:
toolchain: stable toolchain: 1.72.1
- name: Install cargo deny - name: Install cargo deny
run: cargo install --locked cargo-deny run: cargo install --locked cargo-deny