From fd9061c2469bed94fd016eff5df0d57015517000 Mon Sep 17 00:00:00 2001 From: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> Date: Sat, 21 Dec 2024 23:49:42 +0900 Subject: [PATCH] chore: drop `license-file` field value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 警告解消: SPDXが振られているライセンスは`license`フィールドが好まれるため --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d46f01..4fd0272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" description = "アイデア投稿履歴のリアクションをサポートするDiscord Bot" authors = ["GiganticMinecraft"] license = "MIT" -license-file = "LICENSE" repository = "https://github.com/GiganticMinecraft/idea-reaction" [dependencies]