mirror of https://github.com/fafhrd91/actix-net
revert readme and actix-tls changelog change to msrv
This commit is contained in:
parent
2fa35dcf2c
commit
9074db888b
|
@ -13,7 +13,7 @@ See `actix-server/examples` and `actix-tls/examples` for some basic examples.
|
||||||
|
|
||||||
### MSRV
|
### 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
|
## License
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## 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
|
## 3.0.0 - 2021-12-26
|
||||||
* No significant changes since `3.0.0-rc.2`.
|
* No significant changes since `3.0.0-rc.2`.
|
||||||
|
|
Loading…
Reference in New Issue