Skip to content

Commit 4a6fa04

Browse files
committed
feat: v2.0.5
1 parent eaf1dda commit 4a6fa04

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Cargo.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "udp"
3-
version = "2.0.4"
3+
version = "2.0.5"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]
@@ -9,14 +9,7 @@ description = "A lightweight and efficient Rust library for building UDP servers
99
keywords = ["udp", "request", "response", "server", "network"]
1010
repository = "https://github.com/crates-dev/udp.git"
1111
categories = ["network-programming", "web-programming"]
12-
exclude = [
13-
"target",
14-
"Cargo.lock",
15-
"sh",
16-
".github",
17-
"logs",
18-
"**/*.log"
19-
]
12+
exclude = ["target", "Cargo.lock", "sh", ".github", "logs", "**/*.log"]
2013

2114
[dependencies]
2215
tokio = { version = "1.48.0", features = ["full"] }

0 commit comments

Comments
 (0)