Skip to content

Commit 5a3efda

Browse files
committed
v0.12.5
1 parent 6aff275 commit 5a3efda

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v0.12.5 (2018-06-28)
2+
3+
14
### v0.12.4 (2018-06-28)
25

36

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.12.4" # don't forget to update html_root_url
4+
version = "0.12.5" # don't forget to update html_root_url
55
description = "A fast and correct HTTP library."
66
readme = "README.md"
77
homepage = "https://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/0.12.4")]
1+
#![doc(html_root_url = "https://docs.rs/hyper/0.12.5")]
22
#![deny(missing_docs)]
33
#![deny(warnings)]
44
#![deny(missing_debug_implementations)]

0 commit comments

Comments
 (0)