1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

fix after update tokio-rustls (#542)

This commit is contained in:
jeizsm
2018-10-11 11:05:07 +03:00
committed by Douman
parent ec8aef6b43
commit 32145cf6c3
2 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,11 @@
# Changes
## [0.7.13] - 2018-10-*
### Fixed
* Fixed rustls build
## [0.7.12] - 2018-10-10
### Changed