Bump MSRV to 1.70

This commit is contained in:
2023-08-25 08:49:08 +02:00
parent 29c9daf53e
commit 49b15bb6bd
5 changed files with 5 additions and 5 deletions

View File

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