Skip to content

Commit 6eeac1c

Browse files
committed
Bump version numbers and update READMEs
1 parent 87e6144 commit 6eeac1c

File tree

5 files changed

+15
-19
lines changed

5 files changed

+15
-19
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-espflash/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-espflash"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = [
55
"Robin Appelman <[email protected]>",
66
"Jesse Braham <[email protected]>",

cargo-espflash/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ cargo install cargo-espflash
1515
## Usage
1616

1717
```text
18-
cargo-espflash 1.2.0
18+
cargo-espflash 1.3.0
1919
2020
USAGE:
2121
cargo espflash [OPTIONS] [SERIAL] [SUBCOMMAND]
@@ -24,21 +24,17 @@ ARGS:
2424
<SERIAL> Serial port connected to target device
2525
2626
OPTIONS:
27-
--board-info
28-
Display the connected board's information (deprecated, use the `board-info` subcommand
29-
instead)
30-
3127
--bootloader <BOOTLOADER>
3228
Path to a binary (.bin) bootloader file
3329
3430
--example <EXAMPLE>
3531
Example to build and flash
3632
37-
--features <FEATURES>...
33+
--features <FEATURES>
3834
Comma delimited list of build features
3935
4036
--format <FORMAT>
41-
Image format to flash (bootloader/direct-boot)
37+
Image format to flash [possible values: bootloader, direct-boot]
4238
4339
-h, --help
4440
Print help information
@@ -67,10 +63,14 @@ OPTIONS:
6763
-V, --version
6864
Print version information
6965
66+
-Z <UNSTABLE>
67+
Unstable (nightly-only) flags to Cargo, see 'cargo -Z help' for details
68+
7069
SUBCOMMANDS:
71-
board-info Display the connected board's information
70+
board-info Display information about the connected board and exit without flashing
7271
help Print this message or the help of the given subcommand(s)
7372
save-image Save the image to disk instead of flashing to device
73+
7474
```
7575

7676
## Configuration

espflash/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "espflash"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = [
55
"Robin Appelman <[email protected]>",
66
"Jesse Braham <[email protected]>",

espflash/README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ cargo install espflash
1515
## Usage
1616

1717
```text
18-
espflash 1.2.0
18+
espflash 1.3.0
1919
2020
USAGE:
2121
espflash [OPTIONS] [ARGS] [SUBCOMMAND]
@@ -25,15 +25,11 @@ ARGS:
2525
<IMAGE> ELF image to flash
2626
2727
OPTIONS:
28-
--board-info
29-
Display the connected board's information (deprecated, use the `board-info` subcommand
30-
instead)
31-
3228
--bootloader <BOOTLOADER>
3329
Path to a binary (.bin) bootloader file
3430
3531
--format <FORMAT>
36-
Image format to flash
32+
Image format to flash [possible values: bootloader, direct-boot]
3733
3834
-h, --help
3935
Print help information
@@ -54,7 +50,7 @@ OPTIONS:
5450
Print version information
5551
5652
SUBCOMMANDS:
57-
board-info Display the connected board's information
53+
board-info Display information about the connected board and exit without flashing
5854
help Print this message or the help of the given subcommand(s)
5955
save-image Save the image to disk instead of flashing to device
6056
```

0 commit comments

Comments
 (0)