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

@@ -61,7 +61,7 @@ performance penalty in your production environment, this library also offers deb
when debug assertions are enabled, and to `Mutex` when they are not. Similar helper types are
available for other synchronization primitives.
The minimum supported Rust version is 1.63. Increasing this is not considered a breaking change, but
The minimum supported Rust version is 1.70. Increasing this is not considered a breaking change, but
will be avoided within semver-compatible releases if possible.
### Features