1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

chore(actix-cors): prepare release 0.7.0

This commit is contained in:
Rob Ede
2024-01-06 21:13:26 +00:00
parent 320cbebc7e
commit c62b271d9a
4 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-cors"
version = "0.6.5"
version = "0.7.0"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
@ -8,7 +8,7 @@ authors = [
description = "Cross-Origin Resource Sharing (CORS) controls for Actix Web"
keywords = ["actix", "cors", "web", "security", "crossorigin"]
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-extras.git"
repository = "https://github.com/actix/actix-extras/tree/master/actix-cors"
license.workspace = true
edition.workspace = true
rust-version.workspace = true