1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

Replace str_split_once to lower actix-tls msrv to 1.50.0 and bump actix-net to 1.50.0 (#434)

This commit is contained in:
david-mcgillicuddy-moixa
2022-01-10 17:00:04 +00:00
committed by GitHub
parent 01e0f922de
commit 9ec3cc0fe7
2 changed files with 13 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Changes
## Unreleased - 2021-xx-xx
- 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`.