We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7752f3 commit 3170807Copy full SHA for 3170807
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.1.7 (2024-08-06)
2
+
3
+- Add `Connected::poison()` to `legacy` client, a port from hyper v0.14.x.
4
+- Add `Error::connect_info()` to `legacy` client, a port from hyper v0.14.x.
5
6
# 0.1.6 (2024-07-01)
7
8
- Add support for AIX operating system to `legacy` client.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper-util"
-version = "0.1.6"
+version = "0.1.7"
description = "hyper utilities"
readme = "README.md"
homepage = "https://hyper.rs"
0 commit comments