Skip to content

Commit 99cc741

Browse files
bors[bot]kinggoesgamingDylan-DPC
committed
Merge #219
219: change the license format r=kinggoesgaming a=kinggoesgaming **I'm submitting a ...** - [ ] bug fix - [ ] feature enhancement - [ ] deprecation or removal - [ ] refactor # Description Changed license field from `MIT/Apache-2.0` to `Apache-2.0 OR MIT` # Motivation rust-lang/cargo#4898 deprecated the `/` syntax for licenses, instead opting for `AND` and `OR` keywords. # Tests N/A # Related Issue(s) rust-lang/cargo#4898 Co-authored-by: Hunar Roop Kahlon <[email protected]> Co-authored-by: Dylan DPC <[email protected]>
2 parents eb091dd + 0fd34a4 commit 99cc741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
"Dylan DPC<[email protected]>",
99
"Hunar Roop Kahlon<[email protected]>"
1010
]
11-
license = "MIT/Apache-2.0"
11+
license = "Apache-2.0 OR MIT"
1212
readme = "README.md"
1313
repository = "https://github.com/uuid-rs/uuid"
1414
homepage = "https://github.com/uuid-rs/uuid"

0 commit comments

Comments
 (0)