File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Changes
22
33## Unreleased - 2022-xx-xx
4+
5+
6+ ## 0.6.2 - 2022-08-07
47- Fix ` expose_any_header ` to return list of response headers. [ #273 ]
58- Minimum supported Rust version (MSRV) is now 1.57 due to transitive ` time ` dependency.
69
Original file line number Diff line number Diff line change 11[package ]
22name = " actix-cors"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
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.1 )] ( https://docs.rs/actix-cors/0.6.1 )
6+ [ ![ Documentation] ( https://docs.rs/actix-cors/badge.svg?version=0.6.2 )] ( https://docs.rs/actix-cors/0.6.2 )
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.1 /status.svg )] ( https://deps.rs/crate/actix-cors/0.6.1 )
8+ [ ![ Dependency Status] ( https://deps.rs/crate/actix-cors/0.6.2 /status.svg )] ( https://deps.rs/crate/actix-cors/0.6.2 )
99
1010## Documentation & Resources
1111
You can’t perform that action at this time.
0 commit comments