File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 37
37
- uses : actions-rs/toolchain@v1
38
38
with :
39
39
profile : minimal
40
- toolchain : 1.58
40
+ toolchain : 1.59
41
41
override : true
42
42
- uses : Swatinem/rust-cache@v1
43
43
- uses : actions-rs/cargo@v1
Original file line number Diff line number Diff line change @@ -3,3 +3,7 @@ members = [
3
3
" cargo-espflash" ,
4
4
" espflash" ,
5
5
]
6
+
7
+ [profile .release ]
8
+ lto = " thin"
9
+ strip = true
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.58 .0 ` in order to build either application
17
+ > ** NOTE:** requires ` rustc >= 1.59 .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 = " 2021"
9
- rust-version = " 1.56 "
9
+ rust-version = " 1.59 "
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 @@ -6,7 +6,7 @@ authors = [
6
6
" Jesse Braham <[email protected] >" ,
7
7
]
8
8
edition = " 2021"
9
- rust-version = " 1.58 "
9
+ rust-version = " 1.59 "
10
10
description = " A command-line tool for flashing Espressif devices over serial"
11
11
repository = " https://github.com/esp-rs/espflash"
12
12
license = " GPL-2.0"
You can’t perform that action at this time.
0 commit comments