From 17bae8a5825ce12613621958f84887297aa8b423 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Dec 29 2020 17:45:33 +0000 Subject: fixup! Update to 0.5.2 Signed-off-by: Igor Raits --- diff --git a/syn-mid-fix-metadata.diff b/syn-mid-fix-metadata.diff new file mode 100644 index 0000000..211bd30 --- /dev/null +++ b/syn-mid-fix-metadata.diff @@ -0,0 +1,10 @@ +--- syn-mid-0.5.2/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ syn-mid-0.5.2/Cargo.toml 2020-12-29T17:14:41.061126+00:00 +@@ -17,6 +17,7 @@ + authors = ["Taiki Endo "] + description = "Providing the features between \"full\" and \"derive\" of syn.\n" + documentation = "https://docs.rs/syn-mid" ++exclude = ["/.github/**", "/scripts/**", "/.editorconfig", "/.rustfmt.toml", "/clippy.toml"] + readme = "README.md" + keywords = ["syn", "macros"] + categories = ["development-tools::procedural-macro-helpers"]