Skip to content

Commit 572517e

Browse files
committed
update: code
1 parent 26046ac commit 572517e

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "lombok-macros"
3-
version = "1.13.8"
3+
version = "1.13.9"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]
77
license = "MIT"
88
description = """A Rust procedural macro collection providing Lombok-like functionality. Automatically generates getters/setters with field-level visibility control, custom Debug implementations with field skipping, and Display trait implementations. Supports structs, enums, generics and lifetimes."""
99
keywords = ["proc-macro", "get-set", "macros", "lombok", "code-generation"]
10-
repository = "https://github.com/eastspire/lombok-macros.git"
10+
repository = "https://github.com/crates-dev/lombok-macros.git"
1111
categories = ["development-tools"]
1212
exclude = [
1313
"target",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![](https://img.shields.io/crates/v/lombok-macros.svg)](https://crates.io/crates/lombok-macros)
66
[![](https://img.shields.io/crates/d/lombok-macros.svg)](https://img.shields.io/crates/d/lombok-macros.svg)
77
[![](https://docs.rs/lombok-macros/badge.svg)](https://docs.rs/lombok-macros)
8-
[![](https://github.com/eastspire/lombok-macros/workflows/Rust/badge.svg)](https://github.com/eastspire/lombok-macros/actions?query=workflow:Rust)
8+
[![](https://github.com/crates-dev/lombok-macros/workflows/Rust/badge.svg)](https://github.com/crates-dev/lombok-macros/actions?query=workflow:Rust)
99
[![](https://img.shields.io/crates/l/lombok-macros.svg)](./LICENSE)
1010

1111
</center>

sh/publish.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

sh/test.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)