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

prepare cors release 0.5.0

This commit is contained in:
Rob Ede
2020-10-19 23:09:42 +01:00
parent f20b724830
commit 76429602c6
3 changed files with 8 additions and 5 deletions

View File

@ -1,9 +1,9 @@
[package]
name = "actix-cors"
version = "0.4.1"
version = "0.5.0"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>"
"Rob Ede <robjtede@icloud.com>",
]
description = "Cross-Origin Resource Sharing (CORS) controls for Actix Web"
readme = "README.md"