Bump MSRV to 1.62.0 and update all dependencies (#279)

* Bump the MSRV to 1.62.0

* Update all dependencies
This commit is contained in:
Jesse Braham
2022-10-28 15:03:43 -07:00
committed by GitHub
parent 7e5e197a30
commit f9b7dae0a8
7 changed files with 22 additions and 24 deletions

View File

@@ -28,7 +28,7 @@ jobs:
cargo-command: check
args: --features=raspberry
- name: Check MSRV
toolchain: "1.60"
toolchain: "1.62"
cargo-command: check
args: --features=raspberry
- name: Unit Test

View File

@@ -44,7 +44,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: "1.60"
toolchain: "1.62"
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1