From 79dc67df66d268f6c38ea27c223c260a8a2f050e Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Wed, 10 Apr 2024 17:35:59 +0200 Subject: [PATCH] Make license metadata SPDX compliant --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1341241..44db112 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "const-sha1" version = "0.3.0" authors = ["Ryan Levick "] edition = "2018" -license = "Apache-2.0/MIT" +license = "MIT OR Apache-2.0" repository = "https://github.com/rylev/const-sha1" documentation = "https://docs.rs/const-sha1" description = "A sha1 implementation for use in const contexts"