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