1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

Merge pull request #1603 from JohnTitor/license

Avoid using deprecated `/` in license field
This commit is contained in:
Yuki Okushi
2020-07-14 15:25:48 +09:00
committed by GitHub
8 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@ documentation = "https://docs.rs/awc/"
categories = ["network-programming", "asynchronous",
"web-programming::http-client",
"web-programming::websocket"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2018"
[lib]