From 6a77df3e2049345a08bd10d9c976aead4c0cf34d Mon Sep 17 00:00:00 2001 From: dav Date: Fri, 6 Oct 2023 21:55:18 -0700 Subject: [PATCH] Remove license-file field --- burrow/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/burrow/Cargo.toml b/burrow/Cargo.toml index 63da36c..4fe2288 100644 --- a/burrow/Cargo.toml +++ b/burrow/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2021" description = "" license = "GPL-3.0-or-later" -license-file = "../LICENSE.md" [lib] crate-type = ["lib", "staticlib"]