We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164d926 commit ad4a376Copy full SHA for ad4a376
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.1.8 (2024-09-09)
2
+
3
+- Add `server::conn::auto::upgrade::downcast()` for use with auto connection upgrades.
4
5
# 0.1.7 (2024-08-06)
6
7
- Add `Connected::poison()` to `legacy` client, a port from hyper v0.14.x.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper-util"
-version = "0.1.7"
+version = "0.1.8"
description = "hyper utilities"
readme = "README.md"
homepage = "https://hyper.rs"
0 commit comments