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 03c6e74 commit bf26ad5Copy full SHA for bf26ad5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.2.11 (November 13, 2023)
2
+
3
+* Fix MIRI error in `header::Iter`.
4
5
# 0.2.10 (November 10, 2023)
6
7
* Fix parsing of `Authority` to handle square brackets in incorrect order.
Cargo.toml
@@ -4,7 +4,7 @@ name = "http"
# - Update html_root_url in lib.rs.
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.2.10"
+version = "0.2.11"
8
readme = "README.md"
9
documentation = "https://docs.rs/http"
10
repository = "https://github.com/hyperium/http"
src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/http/0.2.10")]
+#![doc(html_root_url = "https://docs.rs/http/0.2.11")]
//! A general purpose library of common HTTP types
//!
0 commit comments