Update MSRV in README.md

The MSRV was explicitly bumped to 1.68.0 in https://github.com/rust-lang/log/pull/718. This fixes the README to reflect that.
This commit is contained in:
Mat Gienieczko 2025-12-09 12:15:26 +01:00 committed by GitHub
parent b1e2df7bce
commit 52ffe05001
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ implementation that is most suitable for its use case.
## Minimum supported `rustc`
`1.61.0+`
`1.68.0+`
This version is explicitly tested in CI and may be bumped in any release as needed. Maintaining compatibility with older compilers is a priority though, so the bar for bumping the minimum supported version is set very high. Any changes to the supported minimum version will be called out in the release notes.