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 e7cf0c1 commit 8206678Copy full SHA for 8206678
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+# 0.1.1 (2023-11-17)
2
+
3
+### Added
4
5
+- Make `server-auto` enable the `server` feature.
6
7
+### Fixed
8
9
+- Reduce `Send` bounds requirements for `auto` connections.
10
+- Docs: enable all features when generating.
11
12
# 0.1.0 (2023-11-16)
13
14
Initial release.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper-util"
-version = "0.1.0"
+version = "0.1.1"
description = "hyper utilities"
readme = "README.md"
homepage = "https://hyper.rs"
0 commit comments