Skip to content

Commit 089d131

Browse files
committed
feat: v0.3.9
1 parent f830895 commit 089d131

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "udp-request"
3-
version = "0.3.8"
3+
version = "0.3.9"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]
@@ -9,12 +9,7 @@ description = """A simple UDP request library for sending and receiving UDP pack
99
keywords = ["udp", "net", "response", "request", "tool"]
1010
repository = "https://github.com/crates-dev/udp-request.git"
1111
categories = ["network-programming", "web-programming"]
12-
exclude = [
13-
"target",
14-
"Cargo.lock",
15-
"sh",
16-
".github"
17-
]
12+
exclude = ["target", "Cargo.lock", "sh", ".github"]
1813

1914
[profile.dev]
2015
incremental = false

0 commit comments

Comments
 (0)