Skip to content

Commit a2f2da8

Browse files
committed
feat: v1.13.21
1 parent 4cb7643 commit a2f2da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lombok-macros"
3-
version = "1.13.20"
3+
version = "1.13.21"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]
@@ -14,7 +14,7 @@ exclude = ["target", "Cargo.lock", "sh", ".github", "debug"]
1414
[dependencies]
1515
proc-macro2 = "1.0.104"
1616
quote = "1.0.42"
17-
syn = "2.0.112"
17+
syn = "2.0.113"
1818

1919
[lib]
2020
proc-macro = true

0 commit comments

Comments
 (0)