mirror of
https://github.com/esp-rs/espflash.git
synced 2026-03-20 06:13:54 +00:00
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:
2
.github/workflows/raspberry_rust.yml
vendored
2
.github/workflows/raspberry_rust.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user