Skip to content

Commit 9412420

Browse files
committed
feat: v4.0.6
1 parent 5641283 commit 9412420

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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 = "tcplane"
3-
version = "4.0.5"
3+
version = "4.0.6"
44
edition = "2024"
5-
authors = ["root@ltpp.vip"]
5+
authors = ["root@ltpp.vip"]
66
license = "MIT"
77
description = """tcplane is a lightweight and high-performance Rust TCP server library designed to simplify network service development. It supports TCP communication, data stream management, and connection handling, focusing on providing efficient low-level network connections and data transmission capabilities, making it ideal for building modern network services."""
88
keywords = ["http", "request", "response", "tcp", "redirect"]
@@ -18,7 +18,7 @@ exclude = [
1818
]
1919

2020
[dependencies]
21-
tokio = { version = "1.45.1", features = ["full"] }
21+
tokio = { version = "1.46.1", features = ["full"] }
2222

2323
[profile.dev]
2424
incremental = false

0 commit comments

Comments
 (0)