revert readme and actix-tls changelog change to msrv

This commit is contained in:
David McGillicuddy 2022-01-10 16:26:36 +00:00
parent 2fa35dcf2c
commit 9074db888b
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ See `actix-server/examples` and `actix-tls/examples` for some basic examples.
### MSRV
This repo's Minimum Supported Rust Version (MSRV) is 1.50.0.
This repo's Minimum Supported Rust Version (MSRV) is 1.46.0.
## License

View File

@ -1,7 +1,7 @@
# Changes
## Unreleased - 2021-xx-xx
- Remove use of `str::split_once` to lower MSRV to 1.50.0 and update the README to correctly report that
- Remove use of `str::split_once` to lower MSRV of `actix-tls` to a de-facto 1.50.0 from 1.52.0
## 3.0.0 - 2021-12-26
* No significant changes since `3.0.0-rc.2`.