Bump tokio-timer to v0.2.1 (#287)

This commit is contained in:
Carl Lerche
2018-04-02 11:06:22 -07:00
committed by GitHub
parent a14de909eb
commit 7232ba6d55
2 changed files with 7 additions and 3 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
[package]
name = "tokio-timer"
version = "0.2.0"
version = "0.2.1"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/tokio-rs/tokio-timer"
homepage = "https://github.com/tokio-rs/tokio-timer"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://github.com/tokio-rs/tokio"
documentation = "https://docs.rs/tokio-timer"
description = """
Timer facilities for Tokio