We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c338e commit ba39dbbCopy full SHA for ba39dbb
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+# 0.2.3 (unreleased)
2
+
3
# 0.2.2 (December 14, 2020)
4
5
* Fix (potential double) panic of (`HeaderMap`) `OccupiedEntry::remove_entry` and
Cargo.toml
@@ -4,7 +4,7 @@ name = "http"
# - Update html_root_url in lib.rs.
# - Update CHANGELOG.md.
6
# - Create git tag
7
-version = "0.2.2"
+version = "0.2.3"
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.2")]
+#![doc(html_root_url = "https://docs.rs/http/0.2.3")]
//! A general purpose library of common HTTP types
//!
0 commit comments