From 666b61517137f843b81285a55ad59ed441623926 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sat, 17 Dec 2016 06:27:46 +0000 Subject: [PATCH] Fix a Cargo warning. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index edf006a..5bff95e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,6 @@ name = "smoltcp" version = "0.1.0" authors = ["whitequark "] license = "0BSD" -license-file = "LICENSE-0BSD" [dependencies] byteorder = { version = "0.5", default-features = false }