Commit bf26ad5 1 parent 03c6e74 commit bf26ad5 Copy full SHA for bf26ad5
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.2.11 (November 13, 2023)
2
+
3
+ * Fix MIRI error in ` header::Iter ` .
4
+
1
5
# 0.2.10 (November 10, 2023)
2
6
3
7
* Fix parsing of ` Authority ` to handle square brackets in incorrect order.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "http"
4
4
# - Update html_root_url in lib.rs.
5
5
# - Update CHANGELOG.md.
6
6
# - Create git tag
7
- version = " 0.2.10 "
7
+ version = " 0.2.11 "
8
8
readme = " README.md"
9
9
documentation = " https://docs.rs/http"
10
10
repository = " https://github.com/hyperium/http"
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/http/0.2.10 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/http/0.2.11 " ) ]
2
2
3
3
//! A general purpose library of common HTTP types
4
4
//!
You can’t perform that action at this time.
0 commit comments