From b0bb818fafcfe8947a203a2b9891072d78f49f37 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 14 Jan 2021 16:37:07 +0100 Subject: [PATCH] Cargo.toml: remove duplicate license-file fields --- libticker/Cargo.toml | 1 - ticker-serve/Cargo.toml | 1 - ticker-update/Cargo.toml | 1 - 3 files changed, 3 deletions(-) diff --git a/libticker/Cargo.toml b/libticker/Cargo.toml index 38f25ff..666485d 100644 --- a/libticker/Cargo.toml +++ b/libticker/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" authors = ["Astro "] edition = "2018" license = "AGPL-3.0-or-later" -license-file = "LICENSE" [dependencies] diesel = { version = "~1", features = ["postgres", "chrono"] } diff --git a/ticker-serve/Cargo.toml b/ticker-serve/Cargo.toml index e1951de..9a887d8 100644 --- a/ticker-serve/Cargo.toml +++ b/ticker-serve/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" authors = ["Astro "] edition = "2018" license = "AGPL-3.0-or-later" -license-file = "LICENSE" [dependencies] gotham = "0.5" diff --git a/ticker-update/Cargo.toml b/ticker-update/Cargo.toml index f1afc19..11bcd3d 100644 --- a/ticker-update/Cargo.toml +++ b/ticker-update/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" authors = ["Astro "] edition = "2018" license = "AGPL-3.0-or-later" -license-file = "LICENSE" [dependencies] reqwest = "~0.9"