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

server: Bump up to 1.0.3

This commit is contained in:
Yuki Okushi
2020-05-19 10:20:32 +09:00
parent 140a6c76e3
commit abbc5f715f
5 changed files with 13 additions and 13 deletions

View File

@ -1,10 +1,12 @@
# Changes
## [Unreleased]
## [1.0.3] - 2020-05-19
### Changed
* Replace deprecated `net2` crate with `socket2`
* Replace deprecated `net2` crate with `socket2` [#140]
[#140]: https://github.com/actix/actix-net/pull/140
## [1.0.2] - 2020-02-26