1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-30 08:24:28 +02:00

Avoid using deprecated / in license field

This commit is contained in:
Yuki Okushi
2020-07-14 11:19:56 +09:00
parent 327e472e44
commit 1382094c15
8 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@ documentation = "https://docs.rs/actix-http-test/"
categories = ["network-programming", "asynchronous",
"web-programming::http-server",
"web-programming::websocket"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
exclude = [".gitignore", ".cargo/config"]
edition = "2018"