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

actix-utils: Remove unsound custom Cell as well (#161)

This commit is contained in:
Yuki Okushi
2020-07-22 09:14:32 +09:00
committed by GitHub
parent 5d6d309e66
commit 0dca1a705a
9 changed files with 86 additions and 124 deletions

View File

@ -1,7 +1,9 @@
# Changes
## Unreleased - 2020-xx-xx
* Upgrade `tokio-util` to `0.3`.
* Remove unsound custom Cell and use `std::cell::RefCell` instead, as well as `actix-service`.
## [1.0.6] - 2020-01-08