File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5- - Fix ` add_vary_header ` to provide ` Access-Control-Request-Private-Network ` .
5+ ## 0.6.5
6+
7+ - Fix ` Vary ` header when Private Network Access is enabled.
68- Minimum supported Rust version (MSRV) is now 1.68.
79
810## 0.6.4
Original file line number Diff line number Diff line change 11[package ]
22name = " actix-cors"
3- version = " 0.6.4 "
3+ version = " 0.6.5 "
44authors = [
55 " Nikolay Kim <[email protected] >" ,
66
Original file line number Diff line number Diff line change 33> Cross-Origin Resource Sharing (CORS) controls for Actix Web.
44
55[ ![ crates.io] ( https://img.shields.io/crates/v/actix-cors?label=latest )] ( https://crates.io/crates/actix-cors )
6- [ ![ Documentation] ( https://docs.rs/actix-cors/badge.svg?version=0.6.4 )] ( https://docs.rs/actix-cors/0.6.4 )
6+ [ ![ Documentation] ( https://docs.rs/actix-cors/badge.svg?version=0.6.5 )] ( https://docs.rs/actix-cors/0.6.5 )
77![ Apache 2.0 or MIT licensed] ( https://img.shields.io/crates/l/actix-cors )
8- [ ![ Dependency Status] ( https://deps.rs/crate/actix-cors/0.6.4 /status.svg )] ( https://deps.rs/crate/actix-cors/0.6.4 )
8+ [ ![ Dependency Status] ( https://deps.rs/crate/actix-cors/0.6.5 /status.svg )] ( https://deps.rs/crate/actix-cors/0.6.5 )
99
1010## Documentation & Resources
1111
You can’t perform that action at this time.
0 commit comments