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

centralize msrv and edition specs

This commit is contained in:
Rob Ede
2023-03-22 21:17:30 +00:00
parent 8a9c604c03
commit ad1f15eb18
9 changed files with 20 additions and 8 deletions

View File

@ -11,6 +11,10 @@ members = [
"actix-web-httpauth",
]
[workspace.package]
edition = "2018"
rust-version = "1.60"
[patch.crates-io]
actix-cors = { path = "./actix-cors" }
actix-identity = { path = "./actix-identity" }