From f5b046e93b535afca883c8a1acf8845ba23265ac Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Tue, 21 Apr 2020 22:36:17 -0600 Subject: [PATCH] remove license-file --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8ee0181..86f2df5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,9 @@ [package] name = "axfive-matrix-dicebot" -version = "0.1.0" +version = "0.1.1" authors = ["Taylor C. Richberger "] edition = "2018" license = 'MIT' -license-file = 'LICENSE' description = 'A simple async Matrix dicebot' readme = 'README.md' repository = 'https://gitlab.com/Taywee/axfive-matrix-dicebot'