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 695bb48 commit 2233b2fCopy full SHA for 2233b2f
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "hyper"
4
-version = "0.10.10"
+version = "0.10.11"
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://hyper.rs/hyper/v0.10.10/hyper")]
+#![doc(html_root_url = "https://hyper.rs/hyper/v0.10.11")]
#![cfg_attr(test, deny(missing_docs))]
#![cfg_attr(test, deny(warnings))]
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
0 commit comments