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 740654e commit 53f15e5Copy full SHA for 53f15e5
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+### v0.14.18 (2022-03-22)
2
+
3
4
+#### Bug Fixes
5
6
+* **ffi:** don't build C libraries by default ([1c663706](https://github.com/hyperium/hyper/commit/1c6637060e36654ddb2fdfccb0d146c7ad527476))
7
8
9
+#### Features
10
11
+* **client:** add `HttpInfo::local_addr()` method ([055b4e7e](https://github.com/hyperium/hyper/commit/055b4e7ea6bd22859c20d60776b0c8f20d27498e), closes [#2767](https://github.com/hyperium/hyper/issues/2767))
12
13
14
### v0.14.17 (2022-02-10)
15
16
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper"
-version = "0.14.17"
+version = "0.14.18"
description = "A fast and correct HTTP library."
readme = "README.md"
homepage = "https://hyper.rs"
0 commit comments