Skip to content

Commit 8ff4ee4

Browse files
committed
v0.10.13
1 parent 522b5bf commit 8ff4ee4

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.12" # remember to update html_root_url
4+
version = "0.10.13" # remember to update html_root_url
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://docs.rs/hyper/v0.10.12")]
1+
#![doc(html_root_url = "https://docs.rs/hyper/v0.10.13")]
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)