Skip to content

Commit 60224d1

Browse files
committed
Version 2.0.0-rc.3
1 parent 770b2f8 commit 60224d1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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 = "2.0.0-rc.2"
3+
version = "2.0.0-rc.3"
44
authors = [
55
"Robin Appelman <[email protected]>",
66
"Jesse Braham <[email protected]>",
@@ -34,7 +34,7 @@ cargo_metadata = "0.15.2"
3434
clap = { version = "4.0.32", features = ["derive"] }
3535
env_logger = "0.10.0"
3636
esp-idf-part = "0.1.2"
37-
espflash = { version = "=2.0.0-rc.2", path = "../espflash" }
37+
espflash = { version = "=2.0.0-rc.3", path = "../espflash" }
3838
log = "0.4.17"
3939
miette = { version = "5.5.0", features = ["fancy"] }
4040
serde = { version = "1.0.152", 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 = "2.0.0-rc.2"
3+
version = "2.0.0-rc.3"
44
authors = [
55
"Robin Appelman <[email protected]>",
66
"Jesse Braham <[email protected]>",

0 commit comments

Comments
 (0)