Skip to content

Commit 606fe28

Browse files
committed
v0.33.0
1 parent 46226dd commit 606fe28

File tree

2 files changed

+31
-18
lines changed

2 files changed

+31
-18
lines changed

Cargo.lock

Lines changed: 29 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tcp-stream"
3-
version = "0.32.3"
3+
version = "0.33.0"
44
authors = ["Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
55
edition = "2024"
66
description = "std::net::TcpStream on steroids"
@@ -52,7 +52,7 @@ version = "^0.2"
5252
optional = true
5353

5454
[dependencies.async-rs]
55-
version = "^0.6.3"
55+
version = "^0.7"
5656
default-features = false
5757
optional = true
5858

0 commit comments

Comments
 (0)