Skip to content

Commit d1016ef

Browse files
committed
Begin next development cycle for 1.5.0
1 parent 5edd96e commit d1016ef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-espflash/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-espflash"
3-
version = "1.4.0"
3+
version = "1.5.0-dev"
44
authors = [
55
"Robin Appelman <[email protected]>",
66
"Jesse Braham <[email protected]>",
@@ -33,7 +33,7 @@ cargo_metadata = "0.14"
3333
cargo_toml = "0.11"
3434
clap = { version = "3.1", features = ["derive"] }
3535
crossterm = "0.23"
36-
espflash = { version = "1.4.0", path = "../espflash" }
36+
espflash = { version = "1.5.0-dev", path = "../espflash" }
3737
miette = { version = "4.3", features = ["fancy"] }
3838
serde = { version = "1.0", features = ["derive"] }
3939
thiserror = "1.0"

espflash/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "espflash"
3-
version = "1.4.0"
3+
version = "1.5.0-dev"
44
authors = [
55
"Robin Appelman <[email protected]>",
66
"Jesse Braham <[email protected]>",

0 commit comments

Comments
 (0)