1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

server: Replace net2 crate with socket2

This commit is contained in:
Yuki Okushi
2020-05-19 08:17:44 +09:00
parent 49a6f525be
commit 8218a098e8
4 changed files with 21 additions and 13 deletions

View File

@ -1,5 +1,11 @@
# Changes
## [Unreleased]
### Changed
* Replace deprecated `net2` crate with `socket2`
## [1.0.2] - 2020-02-26
### Fixed