Skip to content

Commit 652740e

Browse files
Update dependencies (#482)
* build: Update dependendencies * docs: Update changelog * build: Update espflash and cargo-espflash version * fix: Update clap version to avoid bumping MSRV * build: Revert updating toml to avoid updating MSRV * build: Update dependendencies * build: Bump MSRV * Unping espflash version Co-authored-by: Jesse Braham <[email protected]> * docs: Update changelog --------- Co-authored-by: Jesse Braham <[email protected]>
1 parent 59a8243 commit 652740e

File tree

7 files changed

+622
-525
lines changed

7 files changed

+622
-525
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
arch: ${{ matrix.platform.arch }}
114114
target: ${{ matrix.platform.target }}
115-
toolchain: "1.65"
115+
toolchain: "1.70"
116116

117117
- run: cargo check ${{ matrix.platform.features }}
118118

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
[Unreleased]
8+
## [2.1.0] - 2023-10-03
99

1010
### Added
1111

12+
- Added erase-flash, erase-region, and erase-parts subcommands (#462)
13+
1214
### Fixed
1315

1416
- Fixed printing UTF-8 sequences that were read in multiple parts. (#468)
1517

1618
### Changed
1719

18-
### Removed
20+
- Update dependencies to their latest versions (#482)
1921

2022
## [2.0.1] - 2023-07-13
2123

@@ -156,7 +158,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
156158

157159
## [1.0.0] - 2021-09-21
158160

159-
[Unreleased]: https://github.com/esp-rs/espflash/compare/v2.0.1...HEAD
161+
[2.1.0]: https://github.com/esp-rs/espflash/compare/v2.0.1...v2.1.0
160162
[2.0.1]: https://github.com/esp-rs/espflash/compare/v2.0.0...v2.0.1
161163
[2.0.0]: https://github.com/esp-rs/espflash/compare/v2.0.0-rc.4...v2.0.0
162164
[2.0.0-rc.4]: https://github.com/esp-rs/espflash/compare/v2.0.0-rc.3...v2.0.0-rc.4

0 commit comments

Comments
 (0)