Skip to content

Commit 2334907

Browse files
Downgrade crossterm and fix compilation (#659)
* build: Downgrade crossterm * build: Update time * docs: Update changelog
1 parent 45946f8 commit 2334907

File tree

3 files changed

+31
-12
lines changed

3 files changed

+31
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
- Add `hold-in-reset` and `reset` subcommands
12-
- [cargo-espflash]: Add `--no-default-features` flag to mirror cargo features behavior
11+
- Add `hold-in-reset` and `reset` subcommands (#644)
12+
- [cargo-espflash]: Add `--no-default-features` flag to mirror cargo features behavior (#647)
13+
14+
### Fixed
15+
- Downgrade crossterm and update time crates (#659)
16+
17+
### Changed
18+
1319

1420
## [3.1.0] - 2024-05-24
1521

Cargo.lock

Lines changed: 22 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

espflash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ clap = { version = "4.5.4", features = [
3333
], optional = true }
3434
clap_complete = { version = "4.5.2", optional = true }
3535
comfy-table = { version = "7.1.1", optional = true }
36-
crossterm = { version = "0.27.0", optional = true } # 0.26.x and 0.27.x causes issues on Windows
36+
crossterm = { version = "0.25.0", optional = true } # 0.26.x and 0.27.x causes issues on Windows
3737
ctrlc = { version = "3.4.4", optional = true }
3838
# defmt dependencies are pinned since defmt does not guarantee MSRV even for patch releases
3939
defmt-decoder = { version = "0.3.11", features = [

0 commit comments

Comments
 (0)