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
+4
View File
@@ -1,3 +1,7 @@
# 0.2.1 (April 2, 2018)
* Fix build on 32-bit systems (#274).
# 0.2.0 (March 30, 2018) # 0.2.0 (March 30, 2018)
* Rewrite from scratch using a hierarchical wheel strategy (#249). * Rewrite from scratch using a hierarchical wheel strategy (#249).
+3 -3
View File
@@ -1,11 +1,11 @@
[package] [package]
name = "tokio-timer" name = "tokio-timer"
version = "0.2.0" version = "0.2.1"
authors = ["Carl Lerche <[email protected]>"] authors = ["Carl Lerche <[email protected]>"]
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
repository = "https://github.com/tokio-rs/tokio-timer" repository = "https://github.com/tokio-rs/tokio"
homepage = "https://github.com/tokio-rs/tokio-timer" homepage = "https://github.com/tokio-rs/tokio"
documentation = "https://docs.rs/tokio-timer" documentation = "https://docs.rs/tokio-timer"
description = """ description = """
Timer facilities for Tokio Timer facilities for Tokio