Skip to content

Commit 072e5fd

Browse files
committed
feat: v0.2.4
1 parent 3b4479d commit 072e5fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "udp-request"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2024"
5-
authors = ["ltpp-universe <root@ltpp.vip>"]
5+
authors = ["eastspire <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"]
9-
repository = "https://github.com/ltpp-universe/udp-request.git"
9+
repository = "https://github.com/eastspire/udp-request.git"
1010
categories = ["network-programming", "web-programming"]
1111
exclude = [
1212
"target",
@@ -16,7 +16,7 @@ exclude = [
1616
]
1717

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

2121
[profile.dev]
2222
incremental = false

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![](https://img.shields.io/crates/v/udp-request.svg)](https://crates.io/crates/udp-request)
66
[![](https://img.shields.io/crates/d/udp-request.svg)](https://img.shields.io/crates/d/udp-request.svg)
77
[![](https://docs.rs/udp-request/badge.svg)](https://docs.rs/udp-request)
8-
[![](https://github.com/ltpp-universe/udp-request/workflows/Rust/badge.svg)](https://github.com/ltpp-universe/udp-request/actions?query=workflow:Rust)
8+
[![](https://github.com/eastspire/udp-request/workflows/Rust/badge.svg)](https://github.com/eastspire/udp-request/actions?query=workflow:Rust)
99
[![](https://img.shields.io/crates/l/udp-request.svg)](./LICENSE)
1010

1111
</center>
@@ -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 [ltpp-universe <root@ltpp.vip>](mailto:root@ltpp.vip).
75+
For any inquiries, please reach out to the author at [eastspire <root@ltpp.vip>](mailto:root@ltpp.vip).

0 commit comments

Comments
 (0)