Merge pull request #4 from bjoernQ/fix-deleted-espfash-branch

Pin espflash dependency to commit hash
This commit is contained in:
Björn Quentin 2022-09-19 21:17:09 +02:00 committed by GitHub
commit 890303a435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 289 additions and 239 deletions

526
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ edition = "2021"
[dependencies] [dependencies]
rocket = "0.5.0-rc.2" rocket = "0.5.0-rc.2"
espflash = { version = "1.5.2-dev", git = "https://github.com/esp-rs/espflash", branch = "bugfix/chip-name-esptool" } espflash = { rev = "55bce336c6718c1c7f019e4da718f97c8cdf1b95", git = "https://github.com/esp-rs/espflash" }
clap = { version = "3.1.18", features=["env"] } clap = { version = "3.1.18", features=["env"] }
opener = "0.5.0" opener = "0.5.0"
anyhow = "1.0.57" anyhow = "1.0.57"