Skip to content

Commit f098b0e

Browse files
committed
build: ⬆️ Bump version to rc.4
1 parent e8cd385 commit f098b0e

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 = "2.0.0-rc.3"
3+
version = "2.0.0-rc.4"
44
authors = ["Robin Appelman <[email protected]>", "Jesse Braham <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.64"
@@ -26,7 +26,7 @@ cargo_metadata = "0.15.2"
2626
clap = { version = "4.0.32", features = ["derive"] }
2727
env_logger = "0.10.0"
2828
esp-idf-part = "0.2.0"
29-
espflash = { version = "=2.0.0-rc.3", path = "../espflash" }
29+
espflash = { version = "=2.0.0-rc.4", path = "../espflash" }
3030
log = "0.4.17"
3131
miette = { version = "5.5.0", features = ["fancy"] }
3232
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.3"
3+
version = "2.0.0-rc.4"
44
authors = ["Robin Appelman <[email protected]>", "Jesse Braham <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.64"

0 commit comments

Comments
 (0)