v16.0.1
Other
-
Lower MSRV to 1.71.1
This project builds successfully with the MSRV ofpulldown-cmark
. Therefore we can lowerrust-version
to 1.71.1.Add documentation for the current MSRV and that this project follows MSRV policy of
pulldown-cmark
.Use
cargo hack
for MSRV CI job, to automatically install rustc according torust-version
and then executecargo check
.
Commit Statistics
- 15 commits contributed to the release over the course of 2 calendar days.
- 2 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge pull request #81 from caspermeijn/msrv (85ca9d4)
- Make clear that the rust-version field follows
pulldown-cmark
's MSRV. (7269c4f) - Lower MSRV to 1.71.1 (21a7f26)
- Merge pull request #79 from danieleades/clippy (c6899bc)
- Use 'Self' keyword (clippy::use_self) (1a3029f)
- Remove unnecessary negation (clippy::if_not_else) (5745ce5)
- Remove unneeded 'ref' bindings (clippy::ref_binding_to_reference) (820b661)
- Nest or patterns (clippy::unnested_or_patterns) (43c6e8a)
- Explicitly match unit values (clippy::ignored_unit_patterns) (d636dc6)
- Avoid explicit iter loops (clippy::explicit_iter_loop) (a8c7fa5)
- Use inline format args (clippy::uninlined_format_args) (d97f8f5)
- Remove needless raw string hashes (clippy::needless_raw_string_hashes) (6e2ae15)
- Use semicolons if nothing returned (clippy::semicolon_if_nothing_returned) (8f9d4bf)
- Merge pull request #80 from danieleades/msrv (08ffcb8)
- Add MSRV check to CI (66b9ed2)