Skip to content

Commit

Permalink
prepare actix-cors release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Feb 25, 2022
1 parent 73a5ae9 commit 3959c55
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions actix-cors/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changes

## Unreleased - 2021-xx-xx


## 0.6.0 - 2022-02-25
- Update `actix-web` dependency to 4.0.
- Ensure that preflight responses contain a `Vary` header. [#224]

Expand Down
2 changes: 1 addition & 1 deletion actix-cors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-cors"
version = "0.6.0-beta.10"
version = "0.6.0"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
Expand Down
4 changes: 2 additions & 2 deletions actix-cors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
> Cross-origin resource sharing (CORS) for Actix Web.
[![crates.io](https://img.shields.io/crates/v/actix-cors?label=latest)](https://crates.io/crates/actix-cors)
[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.0-beta.10)](https://docs.rs/actix-cors/0.6.0-beta.10)
[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.0)](https://docs.rs/actix-cors/0.6.0)
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-cors)
[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.0-beta.10/status.svg)](https://deps.rs/crate/actix-cors/0.6.0-beta.10)
[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.0/status.svg)](https://deps.rs/crate/actix-cors/0.6.0)

## Documentation & Resources

Expand Down
2 changes: 1 addition & 1 deletion actix-web-httpauth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ futures-core = { version = "0.3.7", default-features = false }
pin-project-lite = "0.2.7"

[dev-dependencies]
actix-cors = "0.6.0-beta.10"
actix-cors = "0.6.0"
actix-web = { version = "4", default_features = false, features = ["macros"] }

0 comments on commit 3959c55

Please sign in to comment.