Skip to content

Commit f6c8496

Browse files
committed
bumb msrv to 1.56
1 parent 2cae44b commit f6c8496

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
- uses: actions-rs/toolchain@v1
160160
with:
161161
profile: minimal
162-
toolchain: 1.55
162+
toolchain: 1.56
163163
override: true
164164
- uses: Swatinem/rust-cache@v1
165165
- uses: actions-rs/cargo@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository contains two applications:
1414
| [cargo-espflash] | Cargo subcommand for espflash |
1515
| [espflash] | Library and `espflash` binary (_without_ Cargo integration) |
1616

17-
> **NOTE:** requires `rustc >= 1.55.0` in order to build either application
17+
> **NOTE:** requires `rustc >= 1.56.0` in order to build either application
1818
1919
## Installation
2020

cargo-espflash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
"Jesse Braham <[email protected]>",
77
]
88
edition = "2018"
9-
rust-version = "1.55"
9+
rust-version = "1.56"
1010
description = "Cargo subcommand for flashing Espressif devices over serial"
1111
repository = "https://github.com/esp-rs/espflash"
1212
license = "GPL-2.0"

espflash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "espflash"
33
version = "1.1.0"
44
authors = ["Robin Appelman <[email protected]>"]
55
edition = "2018"
6-
rust-version = "1.55"
6+
rust-version = "1.56"
77
license = "GPL-2.0"
88
description = "ESP8266 and ESP32 serial flasher"
99
repository = "https://github.com/esp-rs/espflash"

0 commit comments

Comments
 (0)