diff --git a/actix-cors/Cargo.toml b/actix-cors/Cargo.toml index 1cb157173..3a7edcd2f 100644 --- a/actix-cors/Cargo.toml +++ b/actix-cors/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["cors", "web", "framework"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-extras.git" documentation = "https://docs.rs/actix-cors/" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" [lib] diff --git a/actix-identity/Cargo.toml b/actix-identity/Cargo.toml index c0e973f6e..cf2c5fe9e 100644 --- a/actix-identity/Cargo.toml +++ b/actix-identity/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["http", "web", "framework", "async", "futures"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-web.git" documentation = "https://docs.rs/actix-identity/" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" [lib] diff --git a/actix-protobuf/Cargo.toml b/actix-protobuf/Cargo.toml index 38927ead3..c56e6e5fa 100644 --- a/actix-protobuf/Cargo.toml +++ b/actix-protobuf/Cargo.toml @@ -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] diff --git a/actix-redis/Cargo.toml b/actix-redis/Cargo.toml index c09596e0a..ce8a44109 100644 --- a/actix-redis/Cargo.toml +++ b/actix-redis/Cargo.toml @@ -3,7 +3,7 @@ name = "actix-redis" version = "0.9.0-alpha.2" authors = ["Nikolay Kim "] description = "Redis integration for actix framework" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["web", "redis", "async", "actix", "tokio"] homepage = "https://github.com/actix/actix-extras" diff --git a/actix-session/Cargo.toml b/actix-session/Cargo.toml index ff8146277..7faf5c279 100644 --- a/actix-session/Cargo.toml +++ b/actix-session/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["http", "web", "framework", "async", "futures"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-web.git" documentation = "https://docs.rs/actix-session/" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" [lib] diff --git a/actix-web-httpauth/Cargo.toml b/actix-web-httpauth/Cargo.toml index 51ea1a060..81b0048a2 100644 --- a/actix-web-httpauth/Cargo.toml +++ b/actix-web-httpauth/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/actix/actix-extras" repository = "https://github.com/actix/actix-extras.git" documentation = "https://docs.rs/actix-web-httpauth/" categories = ["web-programming::http-server"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" [lib]