From 7da74ce2900581de317bd1256303c8a812d25c60 Mon Sep 17 00:00:00 2001 From: Andrew Savory Date: Mon, 28 Apr 2025 21:10:59 -0700 Subject: [PATCH] Update Cargo.toml to fix license Fix to ensure the license parses as valid SPDX --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61ca47f3..4d469c34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "1.8.2" authors = ["Jack O'Connor ", "Samuel Neves"] description = "the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" -license = "CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception" +license = "CC0-1.0 OR Apache-2.0 OR (Apache-2.0 WITH LLVM-exception)" documentation = "https://docs.rs/blake3" readme = "README.md" edition = "2021"