Skip to content

Commit 6fbbcc2

Browse files
committed
feat: v1.13.16
1 parent 57c146b commit 6fbbcc2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Cargo.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lombok-macros"
3-
version = "1.13.15"
3+
version = "1.13.16"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]
@@ -9,13 +9,7 @@ description = """A Rust procedural macro collection providing Lombok-like functi
99
keywords = ["proc-macro", "get-set", "macros", "lombok", "code-generation"]
1010
repository = "https://github.com/crates-dev/lombok-macros.git"
1111
categories = ["development-tools"]
12-
exclude = [
13-
"target",
14-
"Cargo.lock",
15-
"sh",
16-
".github",
17-
"debug"
18-
]
12+
exclude = ["target", "Cargo.lock", "sh", ".github", "debug"]
1913

2014
[dependencies]
2115
proc-macro2 = "1.0.103"

0 commit comments

Comments
 (0)