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

@ -29,6 +29,6 @@ log = "0.4"
pin-project-lite = "0.2.7"
[dev-dependencies]
actix-cors = "0.6"
actix-cors = "0.7"
actix-service = "2"
actix-web = { version = "4.1", default-features = false, features = ["macros"] }