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- - Implement ` PartialEq ` for ` Cors ` allowing for better testing. [ #486 ]
5+ ## 0.7.1
6+
7+ - Implement ` PartialEq ` for ` Cors ` allowing for better testing.
68
79## 0.7.0
810
Original file line number Diff line number Diff line change 11[package ]
22name = " actix-cors"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44authors = [
55 " Nikolay Kim <fafhrd91@gmail.com>" ,
66 " Rob Ede <robjtede@icloud.com>" ,
Original file line number Diff line number Diff line change 33<!-- prettier-ignore-start -->
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.7.0 )] ( https://docs.rs/actix-cors/0.7.0 )
6+ [ ![ Documentation] ( https://docs.rs/actix-cors/badge.svg?version=0.7.1 )] ( https://docs.rs/actix-cors/0.7.1 )
77![ Version] ( https://img.shields.io/badge/rustc-1.75+-ab6000.svg )
88![ MIT or Apache 2.0 licensed] ( https://img.shields.io/crates/l/actix-cors.svg )
99<br />
10- [ ![ Dependency Status] ( https://deps.rs/crate/actix-cors/0.7.0 /status.svg )] ( https://deps.rs/crate/actix-cors/0.7.0 )
10+ [ ![ Dependency Status] ( https://deps.rs/crate/actix-cors/0.7.1 /status.svg )] ( https://deps.rs/crate/actix-cors/0.7.1 )
1111[ ![ Download] ( https://img.shields.io/crates/d/actix-cors.svg )] ( https://crates.io/crates/actix-cors )
1212[ ![ Chat on Discord] ( https://img.shields.io/discord/771444961383153695?label=chat&logo=discord )] ( https://discord.gg/NWpN5mmg3x )
1313
You can’t perform that action at this time.
0 commit comments