Skip to content

Commit

Permalink
Downgrade crossterm and fix compilation (#659)
Browse files Browse the repository at this point in the history
* build: Downgrade crossterm

* build: Update time

* docs: Update changelog
  • Loading branch information
SergioGasquez authored Aug 2, 2024
1 parent 45946f8 commit 2334907
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 12 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- Add `hold-in-reset` and `reset` subcommands
- [cargo-espflash]: Add `--no-default-features` flag to mirror cargo features behavior
- Add `hold-in-reset` and `reset` subcommands (#644)
- [cargo-espflash]: Add `--no-default-features` flag to mirror cargo features behavior (#647)

### Fixed
- Downgrade crossterm and update time crates (#659)

### Changed


## [3.1.0] - 2024-05-24

Expand Down
31 changes: 22 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion espflash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ clap = { version = "4.5.4", features = [
], optional = true }
clap_complete = { version = "4.5.2", optional = true }
comfy-table = { version = "7.1.1", optional = true }
crossterm = { version = "0.27.0", optional = true } # 0.26.x and 0.27.x causes issues on Windows
crossterm = { version = "0.25.0", optional = true } # 0.26.x and 0.27.x causes issues on Windows
ctrlc = { version = "3.4.4", optional = true }
# defmt dependencies are pinned since defmt does not guarantee MSRV even for patch releases
defmt-decoder = { version = "0.3.11", features = [
Expand Down

0 comments on commit 2334907

Please sign in to comment.