Skip to content

Commit

Permalink
build: Bump espflash and cargo-espflash version
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed May 24, 2024
1 parent db7843e commit 97d306c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cargo-espflash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-espflash"
version = "3.0.1-dev"
version = "3.1.0"
edition = "2021"
rust-version = "1.74"
description = "Cargo subcommand for flashing Espressif devices"
Expand All @@ -24,7 +24,7 @@ cargo_metadata = "0.18.1"
clap = { version = "4.5.2", features = ["derive", "wrap_help"] }
env_logger = "0.11.3"
esp-idf-part = "0.5.0"
espflash = { version = "3.0.1-dev", path = "../espflash" }
espflash = { version = "3.1.0", path = "../espflash" }
log = "0.4.21"
miette = { version = "7.2.0", features = ["fancy"] }
serde = { version = "1.0.197", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion espflash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "espflash"
version = "3.0.1-dev"
version = "3.1.0"
edition = "2021"
rust-version = "1.74"
description = "A command-line tool for flashing Espressif devices"
Expand Down

0 comments on commit 97d306c

Please sign in to comment.