Skip to content

Commit bb45144

Browse files
committed
Version 1.4.1
1 parent 1177359 commit bb45144

File tree

5 files changed

+47
-33
lines changed

5 files changed

+47
-33
lines changed

Cargo.lock

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

cargo-espflash/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-espflash"
3-
version = "1.5.0-dev"
3+
version = "1.4.1"
44
authors = [
55
"Robin Appelman <[email protected]>",
66
"Jesse Braham <[email protected]>",
@@ -33,7 +33,7 @@ cargo_metadata = "0.14"
3333
cargo_toml = "0.11"
3434
clap = { version = "3.1", features = ["derive"] }
3535
crossterm = "0.23"
36-
espflash = { version = "1.5.0-dev", path = "../espflash" }
36+
espflash = { version = "1.4", path = "../espflash" }
3737
miette = { version = "4.3", features = ["fancy"] }
3838
serde = { version = "1.0", features = ["derive"] }
3939
thiserror = "1.0"

cargo-espflash/README.md

+1-1
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.4.0
18+
cargo-espflash 1.4.1
1919
2020
USAGE:
2121
cargo espflash [OPTIONS] [SERIAL] [SUBCOMMAND]

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.5.0-dev"
3+
version = "1.4.1"
44
authors = [
55
"Robin Appelman <[email protected]>",
66
"Jesse Braham <[email protected]>",

espflash/README.md

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

1717
```text
18-
espflash 1.4.0
18+
espflash 1.4.1
1919
2020
USAGE:
2121
espflash [OPTIONS] [ARGS] [SUBCOMMAND]

0 commit comments

Comments
 (0)