From 83e9e95faff2085771499301772ed859502ff155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Thu, 15 May 2025 21:23:53 +0200 Subject: [PATCH] fix: remove license-file since license is standard Cargo is now warning about having both license and license-file https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08bf114..9d91caf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ name = "webnsupdate" version = "0.3.6" edition = "2021" license = "MIT" -license-file = "LICENSE" readme = "README.md" keywords = ["dns", "dyndns", "dynamic-ip"] categories = ["networking", "dns", "dyndns"] -- 2.49.0