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 1bd6766 commit e63368bCopy full SHA for e63368b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hyper"
3
-version = "0.12.32" # don't forget to update html_root_url
+version = "0.12.33" # don't forget to update html_root_url
4
description = "A fast and correct HTTP library."
5
readme = "README.md"
6
homepage = "https://hyper.rs"
src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/hyper/0.12.32")]
+#![doc(html_root_url = "https://docs.rs/hyper/0.12.33")]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![cfg_attr(test, deny(warnings))]
0 commit comments