From 8dd5d9f9598fe5e95de3bfd4e9ef81ba2eadaa37 Mon Sep 17 00:00:00 2001 From: etwyniel Date: Mon, 18 Nov 2019 13:01:37 +0100 Subject: [PATCH] Fix license field in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd0baf3..b3d4da6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Aymeric Beringer "] edition = "2018" description = "Derive macros for miniserde on enums" -license = "MIT OR Apache-2-0" +license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/etwyniel/miniserde-enum" keywords = ["miniserde", "enum"]