Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed May 11, 2022
1 parent a09ba95 commit cd234a7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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"
version = "1.5.1"
authors = [
"Robin Appelman <[email protected]>",
"Jesse Braham <[email protected]>",
Expand Down Expand Up @@ -33,7 +33,7 @@ pkg-fmt = "zip"
cargo_metadata = "0.14"
cargo_toml = "0.11"
clap = { version = "3.1", features = ["derive"] }
espflash = { version = "=1.5.1-dev", path = "../espflash" }
espflash = { version = "1.5", path = "../espflash" }
miette = { version = "4.7", 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.5.0
cargo-espflash 1.5.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.1-dev"
version = "1.5.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.5.0
espflash 1.5.1
USAGE:
espflash [OPTIONS] [ARGS] [SUBCOMMAND]
Expand Down

0 comments on commit cd234a7

Please sign in to comment.