Skip to content

Commit 4c6b94d

Browse files
committed
Begin next development cycle for 1.6.1
1 parent 433f5d9 commit 4c6b94d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-espflash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pkg-fmt = "zip"
3333
cargo_metadata = "0.15"
3434
cargo_toml = "0.11"
3535
clap = { version = "3.1", features = ["derive"] }
36-
espflash = { version = "1.6.0", path = "../espflash" }
36+
espflash = { version = "=1.6.1-dev", path = "../espflash" }
3737
miette = { version = "5.1", features = ["fancy"] }
3838
serde = { version = "1.0", features = ["derive"] }
3939
strum = "0.24"

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

0 commit comments

Comments
 (0)