Skip to content

Commit

Permalink
Begin next development cycle for 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed May 11, 2022
1 parent c2e0111 commit 3b34e61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion cargo-espflash/Cargo.toml
Original file line number Diff line number Diff line change
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", path = "../espflash" }
espflash = { version = "=1.5.1-dev", 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 espflash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "espflash"
version = "1.5.0"
version = "1.5.1-dev"
authors = [
"Robin Appelman <[email protected]>",
"Jesse Braham <[email protected]>",
Expand Down

0 comments on commit 3b34e61

Please sign in to comment.