Correct rust version used in CI/orchestration

This commit is contained in:
Luke Parker
2023-10-05 18:24:21 -04:00
parent 9cdca1d3d6
commit b2ed2e961c
8 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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