mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-20 20:05:18 +01:00
chore(actix-limitation): prepare release 0.5.0
This commit is contained in:
parent
9a7113028e
commit
3fad53211a
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.5.0
|
||||||
|
|
||||||
- Update `redis` dependency to `0.23`.
|
- Update `redis` dependency to `0.23`.
|
||||||
- Update `actix-session` dependency to `0.8`.
|
- Update `actix-session` dependency to `0.8`.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-limitation"
|
name = "actix-limitation"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
authors = [
|
authors = [
|
||||||
"0xmad <0xmad@users.noreply.github.com>",
|
"0xmad <0xmad@users.noreply.github.com>",
|
||||||
"Rob Ede <robjtede@icloud.com>",
|
"Rob Ede <robjtede@icloud.com>",
|
||||||
|
@ -4,16 +4,16 @@
|
|||||||
> Originally based on <https://github.com/fnichol/limitation>.
|
> Originally based on <https://github.com/fnichol/limitation>.
|
||||||
|
|
||||||
[](https://crates.io/crates/actix-limitation)
|
[](https://crates.io/crates/actix-limitation)
|
||||||
[](https://docs.rs/actix-limitation/0.4.0)
|
[](https://docs.rs/actix-limitation/0.5.0)
|
||||||

|

|
||||||
[](https://deps.rs/crate/actix-limitation/0.4.0)
|
[](https://deps.rs/crate/actix-limitation/0.5.0)
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-limitation = "0.3"
|
actix-limitation = "0.5"
|
||||||
```
|
```
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
Loading…
x
Reference in New Issue
Block a user