Merge branch 'master' into priv-mpsc

This commit is contained in:
Rob Ede 2021-02-28 19:55:09 +00:00 committed by GitHub
commit 18b6653c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* Add default `Service` trait impl for `Rc<S: Service>` and `&S: Service`. [#288]
[#288]: https://github.com/actix/actix-net/pull/288
## 2.0.0-beta.4 - 2021-02-04