From 352d323f308139cea86d94b2e5a218b7a05af19b Mon Sep 17 00:00:00 2001 From: Andreas Bergmeier Date: Fri, 7 Aug 2026 10:23:54 +0200 Subject: [PATCH] Remove duplicate license specification Specifying both license and license-file is invalid. license-file seems the more concise option of the two. --- libwebauthn/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/libwebauthn/Cargo.toml b/libwebauthn/Cargo.toml index a59328b2..7bd48d1f 100644 --- a/libwebauthn/Cargo.toml +++ b/libwebauthn/Cargo.toml @@ -9,7 +9,6 @@ authors = [ ] edition = "2021" rust-version = "1.88" -license = "LGPL-2.1-or-later" license-file = "../COPYING" readme = "../README.md" homepage = "https://github.com/linux-credentials"