diff --git a/Cargo.toml b/Cargo.toml index 32e2a53..351e185 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ categories = ["memory-management", "rust-patterns", "no-std"] description = "A fast bump allocation arena for Rust." documentation = "https://docs.rs/bumpalo" edition = "2021" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" name = "bumpalo" readme = "README.md" repository = "https://github.com/fitzgen/bumpalo"