From d842d29b2867b771e85ea5941b34ae2968ea4f91 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 21 Feb 2025 08:24:08 -0800 Subject: [PATCH] Switch back to `license-file` in Cargo.toml. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eec1a3a80a..ddf4d17ec3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ categories = ["cryptography", "no-std"] description = "An experiment." edition = "2021" keywords = ["crypto", "cryptography", "rand", "ECC", "RSA"] -license = "Apache-2.0 AND ISC" +license-file = "LICENSE" name = "ring" repository = "https://github.com/briansmith/ring"