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

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

This commit is contained in:
Yuki Okushi
2020-07-14 19:16:32 +09:00
committed by GitHub
parent 2a20ce4568
commit 2ae3c80548
6 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ readme = "README.md"
keywords = ["actix"]
homepage = "https://github.com/actix/actix-extras"
repository = "https://github.com/actix/actix-extras.git"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
exclude = [".cargo/config", "/examples/**"]
[lib]