ci(check-and-build-and-test): in the msrv job, remove the step to install a Rust toolchain because I expect cargo-msrv to be able to handle it

This commit is contained in:
J / Jacob Babich
2024-10-11 03:03:33 -04:00
parent 1c7cbc1e72
commit ce1b66d516

View File

@@ -216,9 +216,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install stable Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install cargo-msrv
uses: taiki-e/install-action@v2
with: