From 50d2a33933a99056f83a0b1681e578b65951b925 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Thu, 24 Feb 2022 19:12:08 -0800 Subject: [PATCH] Use SPDX license format --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 605fdb3..1ff0255 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "smallvec" version = "1.8.0" edition = "2018" authors = ["The Servo Project Developers"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/servo/rust-smallvec" description = "'Small vector' optimization: store up to a small number of items on the stack" keywords = ["small", "vec", "vector", "stack", "no_std"]