Skip to content

Commit 8208717

Browse files
committed
feat: v1.13.2
1 parent 5680bad commit 8208717

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.13.1"
3+
version = "1.13.2"
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
@@ -122,7 +122,7 @@ fn main() {
122122

123123
### Macro expansion result
124124

125-
```rs
125+
```rust
126126
#![feature(prelude_import)]
127127
#![allow(warnings)]
128128
#[prelude_import]

0 commit comments

Comments
 (0)