Skip to content

Commit 758d89f

Browse files
authored
Use OR operator in Cargo.toml license field (#1165)
The use of `/` is deprecated, per the Cargo reference: https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields
1 parent 1923f21 commit 758d89f

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
@@ -14,7 +14,7 @@ include = [
1414
"src/**/*",
1515
]
1616
keywords = ["utility", "cli", "cloc", "lines", "statistics"]
17-
license = "MIT/Apache-2.0"
17+
license = "MIT OR Apache-2.0"
1818
name = "tokei"
1919
readme = "README.md"
2020
repository = "https://github.com/XAMPPRocky/tokei.git"

0 commit comments

Comments
 (0)