Skip to content

Commit 4776cf0

Browse files
committed
Begin next development cycle for 1.5.2
1 parent cd234a7 commit 4776cf0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-espflash/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-espflash"
3-
version = "1.5.1"
3+
version = "1.5.2-dev"
44
authors = [
55
"Robin Appelman <[email protected]>",
66
"Jesse Braham <[email protected]>",
@@ -33,7 +33,7 @@ pkg-fmt = "zip"
3333
cargo_metadata = "0.14"
3434
cargo_toml = "0.11"
3535
clap = { version = "3.1", features = ["derive"] }
36-
espflash = { version = "1.5", path = "../espflash" }
36+
espflash = { version = "=1.5.2-dev", path = "../espflash" }
3737
miette = { version = "4.7", features = ["fancy"] }
3838
serde = { version = "1.0", features = ["derive"] }
3939
thiserror = "1.0"

espflash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "espflash"
3-
version = "1.5.1"
3+
version = "1.5.2-dev"
44
authors = [
55
"Robin Appelman <[email protected]>",
66
"Jesse Braham <[email protected]>",

0 commit comments

Comments
 (0)