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

update readme

This commit is contained in:
Rob Ede
2022-07-11 02:15:47 +01:00
parent f39a64f526
commit ee71d4cfa7
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
```toml
[dependencies]
actix-web = "4"
actix-limitation = "0.1.4"
actix-limitation = "0.3"
```
```rust