Skip to content

Commit

Permalink
Bump tokio-timer v0.2.10 (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche authored Feb 5, 2019
1 parent 13c9618 commit a69aca8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions tokio-timer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.2.10 (February 4, 2019)

### Fixed
- `DelayQueue` when multiple delays are reset (#871).

# 0.2.9 (January 24, 2019)

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions tokio-timer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ name = "tokio-timer"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.2.x" git tag.
version = "0.2.9"
version = "0.2.10"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/tokio-timer/0.2.9/tokio_timer"
documentation = "https://docs.rs/tokio-timer/0.2.10/tokio_timer"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://github.com/tokio-rs/tokio"
description = """
Expand Down
2 changes: 1 addition & 1 deletion tokio-timer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Timer facilities for Tokio

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

## Overview

Expand Down
2 changes: 1 addition & 1 deletion tokio-timer/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-timer/0.2.9")]
#![doc(html_root_url = "https://docs.rs/tokio-timer/0.2.10")]
#![deny(missing_docs, warnings, missing_debug_implementations)]

//! Utilities for tracking time.
Expand Down

0 comments on commit a69aca8

Please sign in to comment.