Skip to content

Commit 3e63945

Browse files
authored
Merge pull request #165 from wking/cargo-license-expression-or
necessities: Use "MIT OR Apache-2.0"
2 parents 592f2c2 + 4f6e107 commit 3e63945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/necessities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To apply the Rust license to your project, define the `license` field in your
6666
name = "..."
6767
version = "..."
6868
authors = ["..."]
69-
license = "MIT/Apache-2.0"
69+
license = "MIT OR Apache-2.0"
7070
```
7171

7272
And toward the end of your README.md:

0 commit comments

Comments
 (0)