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 522b5bf commit 8ff4ee4Copy full SHA for 8ff4ee4
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "hyper"
4
-version = "0.10.12" # remember to update html_root_url
+version = "0.10.13" # remember to update html_root_url
5
description = "A modern HTTP library."
6
readme = "README.md"
7
homepage = "http://hyper.rs"
src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/hyper/v0.10.12")]
+#![doc(html_root_url = "https://docs.rs/hyper/v0.10.13")]
#![cfg_attr(test, deny(missing_docs))]
#![cfg_attr(test, deny(warnings))]
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
0 commit comments