Skip to content

Commit 6d0314b

Browse files
committed
Bump up version
Signed-off-by: Sayan Nandan <[email protected]>
1 parent c418eee commit 6d0314b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

derived/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
[package]
22
authors = ["Sayan Nandan <[email protected]>"]
3+
categories = ["development-tools", "parsing", "rust-patterns"]
34
description = "Derive macros for automating the boring stuff"
45
documentation = "https://docs.rs/derived"
56
edition = "2018"
7+
keywords = ["macro", "derive", "const", "constructor", "automation"]
68
license = "Apache-2.0"
79
name = "derived"
810
readme = "../README.md"
911
repository = "https://github.com/ohsayan/derived"
10-
version = "0.4.0"
12+
version = "0.4.1"
1113

1214
[lib]
1315
proc-macro = true

0 commit comments

Comments
 (0)