This commit is contained in:
Sean McArthur
2025-11-13 16:12:30 -05:00
parent 4492f31e94
commit 166c6cacc7
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
### v1.8.1 (2025-11-13)
#### Bug Fixes
* **http1:** fix consuming extra CPU from previous change (#3977) ([4492f31e](https://github.com/hyperium/hyper/commit/4492f31e9429c34166da5a069c00b65be20e4a02))
## v1.8.0 (2025-11-11)

View File

@@ -1,6 +1,6 @@
[package]
name = "hyper"
version = "1.8.0"
version = "1.8.1"
description = "A protective and efficient HTTP library for all."
readme = "README.md"
homepage = "https://hyper.rs"