Skip to content

Commit

Permalink
prepare actix-cors release 0.6.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Feb 7, 2022
1 parent ab3615b commit f870074
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-beta.9 - 2022-02-07
- Relax body type bounds on middleware impl. [#223]
- Update `actix-web` dependency to `4.0.0-rc.1`.

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.8"
version = "0.6.0-beta.9"
authors = [
"Nikolay Kim <[email protected]>",
"Rob Ede <[email protected]>",
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.8)](https://docs.rs/actix-cors/0.6.0-beta.8)
[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.0-beta.9)](https://docs.rs/actix-cors/0.6.0-beta.9)
![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.8/status.svg)](https://deps.rs/crate/actix-cors/0.6.0-beta.8)
[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.0-beta.9/status.svg)](https://deps.rs/crate/actix-cors/0.6.0-beta.9)

## 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.8"
actix-cors = "0.6.0-beta.9"
actix-web = { version = "4.0.0-rc.2", default_features = false, features = ["macros"] }

0 comments on commit f870074

Please sign in to comment.