Update documentation with MSRV

This commit is contained in:
2022-08-29 08:32:17 +02:00
parent 2d2e03eede
commit de9888a102
2 changed files with 11 additions and 1 deletions

View File

@@ -6,6 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- The minimum supported Rust version is now defined as 1.63. Previously it was undefined.
- Wrappers for `std::sync` primitives can now be `const` constructed.
### Breaking
- Update [`parking_lot`][parking_lot] dependency to `0.12`.