Skip to content

Commit 97d306c

Browse files
committed
build: Bump espflash and cargo-espflash version
1 parent db7843e commit 97d306c

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 = "3.0.1-dev"
3+
version = "3.1.0"
44
edition = "2021"
55
rust-version = "1.74"
66
description = "Cargo subcommand for flashing Espressif devices"
@@ -24,7 +24,7 @@ cargo_metadata = "0.18.1"
2424
clap = { version = "4.5.2", features = ["derive", "wrap_help"] }
2525
env_logger = "0.11.3"
2626
esp-idf-part = "0.5.0"
27-
espflash = { version = "3.0.1-dev", path = "../espflash" }
27+
espflash = { version = "3.1.0", path = "../espflash" }
2828
log = "0.4.21"
2929
miette = { version = "7.2.0", features = ["fancy"] }
3030
serde = { version = "1.0.197", 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 = "3.0.1-dev"
3+
version = "3.1.0"
44
edition = "2021"
55
rust-version = "1.74"
66
description = "A command-line tool for flashing Espressif devices"

0 commit comments

Comments
 (0)