File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
3
## Unreleased - 2021-xx-xx
4
+
5
+
6
+ ## 0.6.1 - 2022-03-07
4
7
- Do not consider requests without a ` Access-Control-Request-Method ` as preflight. [ #226 ]
5
8
6
9
[ #226 ] : https://github.com/actix/actix-extras/pull/226
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " actix-cors"
3
- version = " 0.6.0 "
3
+ version = " 0.6.1 "
4
4
authors = [
5
5
" Nikolay Kim <[email protected] >" ,
6
6
Original file line number Diff line number Diff line change 3
3
> Cross-origin resource sharing (CORS) for Actix Web.
4
4
5
5
[ ![ 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.0 )] ( https://docs.rs/actix-cors/0.6.0 )
6
+ [ ![ Documentation] ( https://docs.rs/actix-cors/badge.svg?version=0.6.1 )] ( https://docs.rs/actix-cors/0.6.1 )
7
7
![ 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.0 /status.svg )] ( https://deps.rs/crate/actix-cors/0.6.0 )
8
+ [ ![ Dependency Status] ( https://deps.rs/crate/actix-cors/0.6.1 /status.svg )] ( https://deps.rs/crate/actix-cors/0.6.1 )
9
9
10
10
## Documentation & Resources
11
11
You can’t perform that action at this time.
0 commit comments