We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe6512 commit c28945cCopy full SHA for c28945c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.2.6 (December 30, 2021)
2
+
3
+* Upgrade internal `itoa` dependency to 1.0.
4
5
# 0.2.5 (September 21, 2021)
6
7
* Add `is_empty()` and `len()` methods to `Extensions`.
Cargo.toml
@@ -4,7 +4,7 @@ name = "http"
# - Update html_root_url in lib.rs.
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.2.5"
+version = "0.2.6"
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.5")]
+#![doc(html_root_url = "https://docs.rs/http/0.2.6")]
//! A general purpose library of common HTTP types
//!
0 commit comments