Skip to content

Commit a4489bb

Browse files
committed
feat: v1.12.2
1 parent fe28a82 commit a4489bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "lombok-macros"
3-
version = "1.12.1"
3+
version = "1.12.2"
44
edition = "2024"
5-
authors = ["root@ltpp.vip"]
5+
authors = ["root@ltpp.vip"]
66
license = "MIT"
77
description = """A collection of procedural macros for Lombok-like functionality in Rust."""
88
keywords = ["proc-macro", "get-set", "macros", "lombok", "code-generation"]
@@ -19,7 +19,7 @@ exclude = [
1919
[dependencies]
2020
proc-macro2 = "1.0.95"
2121
quote = "1.0.40"
22-
syn = "2.0.101"
22+
syn = "2.0.104"
2323

2424
[lib]
2525
proc-macro = true

0 commit comments

Comments
 (0)