Skip to content

Commit

Permalink
Use the published release of esp-idf-part
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Sep 26, 2022
1 parent 5756b02 commit d4ca4a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
23 changes: 12 additions & 11 deletions Cargo.lock

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

6 changes: 1 addition & 5 deletions espflash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ comfy-table = "6.1.0"
crossterm = { version = "0.25.0", optional = true }
dialoguer = { version = "0.10.2", optional = true }
directories-next = "2.0.0"
esp-idf-part = "0.1.0"
espmonitor = "0.10.0"
env_logger = "0.9.0"
flate2 = "1.0.24"
Expand All @@ -64,11 +65,6 @@ toml = "0.5.9"
update-informer = { version = "0.5.0", optional = true }
xmas-elf = "0.8.0"

[dependencies.esp-idf-part]
version = "0.1.0"
git = "https://github.com/jessebraham/esp-idf-part"
rev = "658a8b2"

[features]
default = ["cli"]
cli = ["clap", "crossterm", "dialoguer", "update-informer"]
Expand Down

0 comments on commit d4ca4a2

Please sign in to comment.