File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
- uses : actions-rs/toolchain@v1
160
160
with :
161
161
profile : minimal
162
- toolchain : 1.55
162
+ toolchain : 1.56
163
163
override : true
164
164
- uses : Swatinem/rust-cache@v1
165
165
- uses : actions-rs/cargo@v1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This repository contains two applications:
14
14
| [ cargo-espflash] | Cargo subcommand for espflash |
15
15
| [ espflash] | Library and ` espflash ` binary (_ without_ Cargo integration) |
16
16
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
18
18
19
19
## Installation
20
20
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = [
6
6
" Jesse Braham <[email protected] >" ,
7
7
]
8
8
edition = " 2018"
9
- rust-version = " 1.55 "
9
+ rust-version = " 1.56 "
10
10
description = " Cargo subcommand for flashing Espressif devices over serial"
11
11
repository = " https://github.com/esp-rs/espflash"
12
12
license = " GPL-2.0"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "espflash"
3
3
version = " 1.1.0"
4
4
authors = [
" Robin Appelman <[email protected] >" ]
5
5
edition = " 2018"
6
- rust-version = " 1.55 "
6
+ rust-version = " 1.56 "
7
7
license = " GPL-2.0"
8
8
description = " ESP8266 and ESP32 serial flasher"
9
9
repository = " https://github.com/esp-rs/espflash"
You can’t perform that action at this time.
0 commit comments