From 0e1d3bb4e2b2bf931255e359923e7a9563158600 Mon Sep 17 00:00:00 2001 From: Avril Date: Mon, 9 Nov 2020 15:53:23 +0000 Subject: [PATCH] fix license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03591d6..94cc413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ description = "Ad-hoc exact size owning iterator macro and other optional utils" keywords = ["iterator", "macro", "iter"] authors = ["Avril "] edition = "2018" -license = "mit" +license = "MIT" [features] default = ["maybe-many"]