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
This commit is contained in:
parent
3affd1b8b5
commit
83e9e95faf
1 changed files with 0 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue