1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-20 01:34:22 +01:00
Rob Ede bb553b2308
adopt actix-limitation crate (#229)
* import code from actix-limitation master branch

* fix compilation

* update legal info

* fix compile errors

* ignore failing tests

* remove futures dep

* add changelog

* update readme

* fix doc test example
2022-03-18 17:00:33 +00:00

12 lines
300 B
Markdown

# Changes
## Unreleased - 2022-xx-xx
- Update Actix Web dependency to v4 ecosystem. [#229]
- Update Tokio dependencies to v1 ecosystem. [#229]
[#229]: https://github.com/actix/actix-extras/pull/229
## 0.1.4 - 2022-03-18
- Adopted into @actix org from <https://github.com/0xmad/actix-limitation>.