Skip to content

Commit 125a252

Browse files
committed
Begin next development cycle for 1.7.1
1 parent 8a42780 commit 125a252

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.7.0"
3+
version = "1.7.1-dev"
44
authors = [
55
"Robin Appelman <robin@icewind.nl>",
66
"Jesse Braham <jesse@beta7.io>",
@@ -33,7 +33,7 @@ pkg-fmt = "zip"
3333
cargo_metadata = "0.15.0"
3434
cargo_toml = "0.11.6"
3535
clap = { version = "3.2.22", features = ["derive", "env"] }
36-
espflash = { version = "1.7.0", path = "../espflash" }
36+
espflash = { version = "=1.7.1-dev", path = "../espflash" }
3737
log = "0.4.17"
3838
miette = { version = "5.3.0", features = ["fancy"] }
3939
serde = { version = "1.0.144", features = ["derive"] }

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.7.0"
3+
version = "1.7.1-dev"
44
authors = [
55
"Robin Appelman <robin@icewind.nl>",
66
"Jesse Braham <jesse@beta7.io>",

0 commit comments

Comments
 (0)