Skip to content

Commit 0594293

Browse files
committed
feat: v1.9.6
1 parent ce3eb13 commit 0594293

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lombok-macros"
3-
version = "1.9.5"
3+
version = "1.9.6"
44
edition = "2024"
55
authors = ["ltpp-universe <root@ltpp.vip>"]
66
license = "MIT"
@@ -16,9 +16,9 @@ exclude = [
1616
]
1717

1818
[dependencies]
19-
proc-macro2 = "=1.0.94"
20-
quote = "=1.0.40"
21-
syn = "=2.0.100"
19+
proc-macro2 = "1.0.94"
20+
quote = "1.0.40"
21+
syn = "2.0.100"
2222

2323
[lib]
2424
proc-macro = true

0 commit comments

Comments
 (0)