Skip to content

Commit c8f8fc5

Browse files
authored
Update (#275)
* Move to edition 2024, update krates * Update crates * Fix lint * Update crates * Update MSRV * Format * Extern blocks must be unsafe * Update CHANGELOG
1 parent 449c011 commit c8f8fc5

File tree

17 files changed

+437
-344
lines changed

17 files changed

+437
-344
lines changed

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v4
6464
- uses: dtolnay/rust-toolchain@master
6565
with:
66-
toolchain: "1.81.0"
66+
toolchain: "1.85.0"
6767
- uses: Swatinem/rust-cache@v2
6868
- run: cargo fetch
6969
- name: cargo check

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
<!-- next-header -->
1010
## [Unreleased] - ReleaseDate
11+
### Changed
12+
- [PR#275](https://github.com/EmbarkStudios/cargo-about/pull/275) updated crates.
13+
- [PR#275](https://github.com/EmbarkStudios/cargo-about/pull/275) moved to edition 2024 and rust 1.85.0 as the MSRV.
14+
1115
## [0.6.6] - 2024-11-19
1216
### Added
1317
- [PR#268](https://github.com/EmbarkStudios/cargo-about/pull/268) resolved [#267](https://github.com/EmbarkStudios/cargo-about/issues/267) by adding a [`unicode-ident`](https://github.com/dtolnay/unicode-ident) workaround to compensate for the `LICENSE-UNICODE` file more closely matching the [`Unicode-3.0`](https://spdx.org/licenses/Unicode-3.0.html) SPDX identifier rather than the expected [`Unicode-DFS-2016`](https://spdx.org/licenses/Unicode-DFS-2016.html) one.

0 commit comments

Comments
 (0)