Skip to content

Commit 620ee4c

Browse files
committed
feat: v1.13.19
1 parent f7031da commit 620ee4c

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.18"
3+
version = "1.13.19"
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.111"
17+
syn = "2.0.112"
1818

1919
[lib]
2020
proc-macro = true

0 commit comments

Comments
 (0)