fix: remove license-file since license is standard
All checks were successful
/ check-renovaterc (push) Successful in 3s
/ build (push) Successful in 1s
/ test (push) Successful in 11s
/ report-size (push) Successful in 1s

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
This commit is contained in:
Jalil David Salamé Messina 2025-05-15 21:23:53 +02:00
parent 3affd1b8b5
commit 83e9e95faf
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -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"]