1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-09-02 04:56:38 +02:00

chore(actix-session): prepare release 0.8.0

This commit is contained in:
Rob Ede
2023-09-16 03:28:31 +01:00
parent 94f99e4843
commit 9e31f5b306
7 changed files with 12 additions and 9 deletions

View File

@@ -2,11 +2,11 @@
## Unreleased
- Replace use of `anyhow::Error` with specific error types. [#296]
- Add `error` module.
- Replace use of `anyhow::Error` in return types with specific error types.
- Update `actix-session` dependency to `0.8`.
- Minimum supported Rust version (MSRV) is now 1.68.
[#296]: https://github.com/actix/actix-extras/pull/296
## 0.5.2
- Fix visit deadline. [#263]