Skip to content

Commit 7883df5

Browse files
committed
feat: v0.2.5
1 parent 072e5fd commit 7883df5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "udp-request"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2024"
5-
authors = ["eastspire <root@ltpp.vip>"]
5+
authors = ["root@ltpp.vip"]
66
license = "MIT"
77
description = """A simple UDP request library for sending and receiving UDP packets, designed to handle network communication in Rust applications."""
88
keywords = ["udp", "net", "response", "request", "tool"]
@@ -16,7 +16,7 @@ exclude = [
1616
]
1717

1818
[dependencies]
19-
lombok-macros = "1.11.1"
19+
lombok-macros = "1.11.3"
2020

2121
[profile.dev]
2222
incremental = false

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ Contributions are welcome! Please open an issue or submit a pull request.
7272

7373
## Contact
7474

75-
For any inquiries, please reach out to the author at [eastspire <root@ltpp.vip>](mailto:root@ltpp.vip).
75+
For any inquiries, please reach out to the author at [root@ltpp.vip](mailto:root@ltpp.vip).

0 commit comments

Comments
 (0)