Skip to content

Commit 7f8aee9

Browse files
committed
fix cargo warning
``` $ cargo build warning: only one of `license` or `license-file` is necessary `license` should be used if the package license can be expressed with a standard SPDX expression. `license-file` should be used if the package uses a non-standard license. ```
1 parent 706697f commit 7f8aee9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ documentation = "https://github.com/KnpLabs/should-skip-ci"
88
authors = ["KNP Labs"]
99
readme = "README.md"
1010
license = "MIT"
11-
license-file = "LICENSE"
1211
edition = "2021"
1312

1413
[dependencies]

0 commit comments

Comments
 (0)