From d898e9e217365c36ce6b303bbc8afbc80f84d6aa Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 2 Apr 2021 11:46:03 +0100 Subject: [PATCH] dont stabilize cors --- actix-cors/CHANGES.md | 2 +- actix-cors/Cargo.toml | 2 +- actix-cors/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/actix-cors/CHANGES.md b/actix-cors/CHANGES.md index 3aa3b19bb..22d91b980 100644 --- a/actix-cors/CHANGES.md +++ b/actix-cors/CHANGES.md @@ -3,7 +3,7 @@ ## Unreleased - 2021-xx-xx -## 1.0.0-beta.1 - 2021-04-02 +## 0.6.0-beta.1 - 2021-04-02 * Update `actix-web` dependency to 4.0.0 beta. * Minimum supported Rust version (MSRV) is now 1.46.0. diff --git a/actix-cors/Cargo.toml b/actix-cors/Cargo.toml index e779c0057..db3f40bfc 100644 --- a/actix-cors/Cargo.toml +++ b/actix-cors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-cors" -version = "1.0.0-beta.1" +version = "0.6.0-beta.1" authors = [ "Nikolay Kim ", "Rob Ede ", diff --git a/actix-cors/README.md b/actix-cors/README.md index 3204a89fd..9a2549c3d 100644 --- a/actix-cors/README.md +++ b/actix-cors/README.md @@ -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=1.0.0-beta.1)](https://docs.rs/actix-cors/1.0.0-beta.1) +[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.0-beta.1)](https://docs.rs/actix-cors/0.6.0-beta.1) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-cors) -[![Dependency Status](https://deps.rs/crate/actix-cors/1.0.0-beta.1/status.svg)](https://deps.rs/crate/actix-cors/1.0.0-beta.1) +[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.0-beta.1/status.svg)](https://deps.rs/crate/actix-cors/0.6.0-beta.1) ## Documentation & Resources