1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

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
This commit is contained in:
Rob Ede
2022-03-18 17:00:33 +00:00
committed by GitHub
parent e8ebf525ad
commit bb553b2308
13 changed files with 667 additions and 2 deletions

View File

@ -0,0 +1,11 @@
# 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>.