mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-20 20:05:18 +01:00
chore(actix-cors): prepare release 0.7.0
This commit is contained in:
parent
320cbebc7e
commit
c62b271d9a
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.7.0
|
||||||
|
|
||||||
- `Cors` is now marked `#[must_use]`.
|
- `Cors` is now marked `#[must_use]`.
|
||||||
- Default for `Cors::block_on_origin_mismatch` is now false.
|
- Default for `Cors::block_on_origin_mismatch` is now false.
|
||||||
- Minimum supported Rust version (MSRV) is now 1.75.
|
- Minimum supported Rust version (MSRV) is now 1.75.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-cors"
|
name = "actix-cors"
|
||||||
version = "0.6.5"
|
version = "0.7.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||||
"Rob Ede <robjtede@icloud.com>",
|
"Rob Ede <robjtede@icloud.com>",
|
||||||
@ -8,7 +8,7 @@ authors = [
|
|||||||
description = "Cross-Origin Resource Sharing (CORS) controls for Actix Web"
|
description = "Cross-Origin Resource Sharing (CORS) controls for Actix Web"
|
||||||
keywords = ["actix", "cors", "web", "security", "crossorigin"]
|
keywords = ["actix", "cors", "web", "security", "crossorigin"]
|
||||||
homepage = "https://actix.rs"
|
homepage = "https://actix.rs"
|
||||||
repository = "https://github.com/actix/actix-extras.git"
|
repository = "https://github.com/actix/actix-extras/tree/master/actix-cors"
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
<!-- prettier-ignore-start -->
|
<!-- prettier-ignore-start -->
|
||||||
|
|
||||||
[](https://crates.io/crates/actix-cors)
|
[](https://crates.io/crates/actix-cors)
|
||||||
[](https://docs.rs/actix-cors/0.6.5)
|
[](https://docs.rs/actix-cors/0.7.0)
|
||||||

|

|
||||||

|

|
||||||
<br />
|
<br />
|
||||||
[](https://deps.rs/crate/actix-cors/0.6.5)
|
[](https://deps.rs/crate/actix-cors/0.7.0)
|
||||||
[](https://crates.io/crates/actix-cors)
|
[](https://crates.io/crates/actix-cors)
|
||||||
[](https://discord.gg/NWpN5mmg3x)
|
[](https://discord.gg/NWpN5mmg3x)
|
||||||
|
|
||||||
|
@ -29,6 +29,6 @@ log = "0.4"
|
|||||||
pin-project-lite = "0.2.7"
|
pin-project-lite = "0.2.7"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-cors = "0.6"
|
actix-cors = "0.7"
|
||||||
actix-service = "2"
|
actix-service = "2"
|
||||||
actix-web = { version = "4.1", default-features = false, features = ["macros"] }
|
actix-web = { version = "4.1", default-features = false, features = ["macros"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user