You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
[package]
2
2
name = "tcp-request"
3
-
version = "2.2.8"
3
+
version = "2.2.9"
4
4
edition = "2024"
5
-
authors = ["root@ltpp.vip"]
5
+
authors = ["root@ltpp.vip"]
6
6
license = "MIT"
7
7
description = """A Rust library for sending raw TCP requests, with features for handling responses, managing redirects, and working with compressed data over TCP connections."""
0 commit comments