Skip to content

Commit 1ddba76

Browse files
authored
Seperate licenses with a /
1 parent fe0c18b commit 1ddba76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.26.0"
44
authors = ["Yehuda Katz <[email protected]>",
55
"Carl Lerche <[email protected]>",
66
"Alex Crichton <[email protected]>"]
7-
license = "MIT OR Apache-2.0"
7+
license = "MIT/Apache-2.0"
88
homepage = "https://crates.io"
99
repository = "https://github.com/rust-lang/cargo"
1010
documentation = "https://docs.rs/cargo"
@@ -91,4 +91,4 @@ doc = false
9191

9292
[[test]]
9393
name = "testsuite"
94-
path = "tests/testsuite/lib.rs"
94+
path = "tests/testsuite/lib.rs"

0 commit comments

Comments
 (0)