Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Apr 19, 2022
1 parent 1177359 commit bb45144
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 33 deletions.
70 changes: 42 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cargo-espflash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-espflash"
version = "1.5.0-dev"
version = "1.4.1"
authors = [
"Robin Appelman <[email protected]>",
"Jesse Braham <[email protected]>",
Expand Down Expand Up @@ -33,7 +33,7 @@ cargo_metadata = "0.14"
cargo_toml = "0.11"
clap = { version = "3.1", features = ["derive"] }
crossterm = "0.23"
espflash = { version = "1.5.0-dev", path = "../espflash" }
espflash = { version = "1.4", path = "../espflash" }
miette = { version = "4.3", features = ["fancy"] }
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion cargo-espflash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ cargo install cargo-espflash
## Usage

```text
cargo-espflash 1.4.0
cargo-espflash 1.4.1
USAGE:
cargo espflash [OPTIONS] [SERIAL] [SUBCOMMAND]
Expand Down
2 changes: 1 addition & 1 deletion espflash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "espflash"
version = "1.5.0-dev"
version = "1.4.1"
authors = [
"Robin Appelman <[email protected]>",
"Jesse Braham <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion espflash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ cargo install espflash
## Usage

```text
espflash 1.4.0
espflash 1.4.1
USAGE:
espflash [OPTIONS] [ARGS] [SUBCOMMAND]
Expand Down

0 comments on commit bb45144

Please sign in to comment.