From 48953b7f004d9888cd4bad92545ac0417b4e3e60 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 2 Sep 2020 20:14:58 -0700 Subject: [PATCH] Fix license identifier --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab99655..daf6da0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/LPGhatguy/thunderdome" repository = "https://github.com/LPGhatguy/thunderdome" readme = "README.md" keywords = ["arena", "slab"] -license = "MIT or Apache-2.0" +license = "MIT OR Apache-2.0" [workspace] members = ["comparison"]