Skip to content

Commit

Permalink
Version 2.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Jan 12, 2023
1 parent 770b2f8 commit 60224d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 = "2.0.0-rc.2"
version = "2.0.0-rc.3"
authors = [
"Robin Appelman <robin@icewind.nl>",
"Jesse Braham <jesse@beta7.io>",
Expand Down Expand Up @@ -34,7 +34,7 @@ cargo_metadata = "0.15.2"
clap = { version = "4.0.32", features = ["derive"] }
env_logger = "0.10.0"
esp-idf-part = "0.1.2"
espflash = { version = "=2.0.0-rc.2", path = "../espflash" }
espflash = { version = "=2.0.0-rc.3", path = "../espflash" }
log = "0.4.17"
miette = { version = "5.5.0", features = ["fancy"] }
serde = { version = "1.0.152", 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 = "2.0.0-rc.2"
version = "2.0.0-rc.3"
authors = [
"Robin Appelman <robin@icewind.nl>",
"Jesse Braham <jesse@beta7.io>",
Expand Down

0 comments on commit 60224d1

Please sign in to comment.