Skip to content

Commit 0ae82dc

Browse files
authored
Update dependencies and bump MSRV (#578)
* Update dependencies to their latest versions * Bump MSRV to 1.73.0 * Update `CHANGELOG.md`
1 parent 8814e83 commit 0ae82dc

File tree

12 files changed

+1113
-909
lines changed

12 files changed

+1113
-909
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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.70"
115+
toolchain: "1.73"
116116

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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4040
- Created `FlashData`, `FlashDataBuilder` and `FlashSettings` structs to reduce number of input arguments in some functions (#512, #566)
4141
- `espflash` will now exit with an error if `defmt` is selected but not usable (#524)
4242
- Unify configuration methods (#551)
43+
- MSRV bumped to `1.73.0` (#578)
4344

4445
### Removed
4546

0 commit comments

Comments
 (0)