1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

Use OR instead of deprecated / in license field (#155)

This commit is contained in:
Yuki Okushi
2020-07-14 19:11:30 +09:00
committed by GitHub
parent 7f550bcf0f
commit 10b4c30a06
14 changed files with 14 additions and 14 deletions

View File

@ -8,7 +8,7 @@ homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-net.git"
documentation = "https://docs.rs/actix-codec/"
categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2018"
workspace = ".."