Skip to content

Commit a69aca8

Browse files
authored
Bump tokio-timer v0.2.10 (#886)
1 parent 13c9618 commit a69aca8

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

tokio-timer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.2.10 (February 4, 2019)
2+
3+
### Fixed
4+
- `DelayQueue` when multiple delays are reset (#871).
5+
16
# 0.2.9 (January 24, 2019)
27

38
### Fixed

tokio-timer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ name = "tokio-timer"
77
# - README.md
88
# - Update CHANGELOG.md.
99
# - Create "v0.2.x" git tag.
10-
version = "0.2.9"
10+
version = "0.2.10"
1111
authors = ["Carl Lerche <[email protected]>"]
1212
license = "MIT"
1313
readme = "README.md"
14-
documentation = "https://docs.rs/tokio-timer/0.2.9/tokio_timer"
14+
documentation = "https://docs.rs/tokio-timer/0.2.10/tokio_timer"
1515
repository = "https://github.com/tokio-rs/tokio"
1616
homepage = "https://github.com/tokio-rs/tokio"
1717
description = """

tokio-timer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Timer facilities for Tokio
44

5-
[Documentation](https://docs.rs/tokio-timer/0.2.9/tokio_timer/)
5+
[Documentation](https://docs.rs/tokio-timer/0.2.10/tokio_timer/)
66

77
## Overview
88

tokio-timer/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/tokio-timer/0.2.9")]
1+
#![doc(html_root_url = "https://docs.rs/tokio-timer/0.2.10")]
22
#![deny(missing_docs, warnings, missing_debug_implementations)]
33

44
//! Utilities for tracking time.

0 commit comments

Comments
 (0)