Skip to content

Commit 2233b2f

Browse files
committed
v0.10.11
1 parent 695bb48 commit 2233b2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "hyper"
4-
version = "0.10.10"
4+
version = "0.10.11"
55
description = "A modern HTTP library."
66
readme = "README.md"
77
homepage = "http://hyper.rs"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://hyper.rs/hyper/v0.10.10/hyper")]
1+
#![doc(html_root_url = "https://hyper.rs/hyper/v0.10.11")]
22
#![cfg_attr(test, deny(missing_docs))]
33
#![cfg_attr(test, deny(warnings))]
44
#![cfg_attr(all(test, feature = "nightly"), feature(test))]

0 commit comments

Comments
 (0)