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

chore(actix-cors): prepare release 0.7.0

This commit is contained in:
Rob Ede
2024-01-06 21:13:26 +00:00
parent 320cbebc7e
commit c62b271d9a
4 changed files with 7 additions and 5 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## 0.7.0
- `Cors` is now marked `#[must_use]`.
- Default for `Cors::block_on_origin_mismatch` is now false.
- Minimum supported Rust version (MSRV) is now 1.75.