From 6d0314b6eccfa3982b249f05f4a4090fdfee2410 Mon Sep 17 00:00:00 2001 From: Sayan Nandan Date: Wed, 29 Sep 2021 09:51:14 +0530 Subject: [PATCH] Bump up version Signed-off-by: Sayan Nandan --- Cargo.lock | 2 +- derived/Cargo.toml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abb00b3..91712ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,7 +11,7 @@ dependencies = [ [[package]] name = "derived" -version = "0.4.0" +version = "0.4.1" dependencies = [ "lazy_static", "quote", diff --git a/derived/Cargo.toml b/derived/Cargo.toml index 03a0365..1bf7084 100644 --- a/derived/Cargo.toml +++ b/derived/Cargo.toml @@ -1,13 +1,15 @@ [package] authors = ["Sayan Nandan "] +categories = ["development-tools", "parsing", "rust-patterns"] description = "Derive macros for automating the boring stuff" documentation = "https://docs.rs/derived" edition = "2018" +keywords = ["macro", "derive", "const", "constructor", "automation"] license = "Apache-2.0" name = "derived" readme = "../README.md" repository = "https://github.com/ohsayan/derived" -version = "0.4.0" +version = "0.4.1" [lib] proc-macro = true