Skip to content

Commit a74730f

Browse files
committed
feat: v1.11.4
1 parent a70839b commit a74730f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lombok-macros"
3-
version = "1.11.3"
3+
version = "1.11.4"
44
edition = "2024"
55
authors = ["root@ltpp.vip"]
66
license = "MIT"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cargo add lombok-macros
3434
use lombok_macros::*;
3535
use std::fmt::Debug;
3636

37-
#[derive(Lombok, Debug, Clone, DisplayDebug)]
37+
#[derive(Data, Debug, Clone, DisplayDebug)]
3838
struct LombokTest<'a, 'b, T: Clone + Debug> {
3939
#[get(pub(crate))]
4040
#[set(pub(crate))]

0 commit comments

Comments
 (0)