Skip to content

Commit 68f43f0

Browse files
committed
Bump the versions to 2.0.0-dev
1 parent 0c63abf commit 68f43f0

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.1-dev"
3+
version = "2.0.0-dev"
44
authors = [
55
"Robin Appelman <robin@icewind.nl>",
66
"Jesse Braham <jesse@beta7.io>",
@@ -34,7 +34,7 @@ cargo_metadata = "0.15.0"
3434
cargo_toml = "0.11.6"
3535
clap = { version = "3.2.22", features = ["derive", "env"] }
3636
env_logger = "0.9.0"
37-
espflash = { version = "=1.7.1-dev", path = "../espflash" }
37+
espflash = { version = "=2.0.0-dev", path = "../espflash" }
3838
log = "0.4.17"
3939
miette = { version = "5.3.0", features = ["fancy"] }
4040
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.1-dev"
3+
version = "2.0.0-dev"
44
authors = [
55
"Robin Appelman <robin@icewind.nl>",
66
"Jesse Braham <jesse@beta7.io>",

0 commit comments

Comments
 (0)