mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 12:09:37 +00:00
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:
parent
3d464c4736
commit
a9468bf355
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
2
.github/workflows/daily-deny.yml
vendored
2
.github/workflows/daily-deny.yml
vendored
|
@ -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
|
||||||
|
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue