Skip to content

Commit f348047

Browse files
authored
Merge pull request #43 from rust-embedded/cargo-toml-fix-lic
Cargo.toml: fix license field
2 parents 9fc755f + 0a25d7b commit f348047

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ repository = "https://github.com/rust-embedded/qemu-exit"
88
readme = "README.md"
99
keywords = ["aarch64", "x86_64", "risc-v", "qemu", "exit"]
1010
categories = ["embedded", "hardware-support", "no-std"]
11-
license = "MIT/Apache-2.0"
11+
license = "MIT OR Apache-2.0"
1212
edition = "2018"
1313
exclude = [
1414
".editorconfig",
1515
".gitignore",
1616
".rustfmt.toml",
1717
".vscode",
18-
"Makefile"
18+
"Makefile",
1919
]
2020

2121
##--------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)