From 7094e1575c4d646eb6f5f1195ba22f70caf8bd90 Mon Sep 17 00:00:00 2001 From: Wolfgang Silbermayr Date: Fri, 21 Feb 2020 11:01:50 +0100 Subject: [PATCH] Use lower-case file extension for LICENSE.txt The `LICENSE.txt` file should be distributed to crates.io, but it wasn't due to the `Cargo.toml` entry in the `includes` field being `LICENSE.txt` with lower-case file extension while the file itself had an upper-case extension. --- LICENSE.TXT => LICENSE.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE.TXT => LICENSE.txt (100%) diff --git a/LICENSE.TXT b/LICENSE.txt similarity index 100% rename from LICENSE.TXT rename to LICENSE.txt