diff --git a/Cargo.toml b/Cargo.toml index 64c7328..e2251fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "count occurrences of a given byte, or the number of UTF-8 code po edition = "2018" name = "bytecount" version = "0.6.9" -license = "Apache-2.0/MIT" +license = "MIT OR Apache-2.0" repository = "https://github.com/llogiq/bytecount" categories = ["algorithms", "no-std"] readme = "README.md"