From 7232ba6d55a7b80d743b01efacd92ebff8897b21 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 2 Apr 2018 11:06:22 -0700 Subject: [PATCH] Bump tokio-timer to v0.2.1 (#287) --- tokio-timer/CHANGELOG.md | 4 ++++ tokio-timer/Cargo.toml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/tokio-timer/CHANGELOG.md b/tokio-timer/CHANGELOG.md index 38518733b..bbc5bf7db 100644 --- a/tokio-timer/CHANGELOG.md +++ b/tokio-timer/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.2.1 (April 2, 2018) + +* Fix build on 32-bit systems (#274). + # 0.2.0 (March 30, 2018) * Rewrite from scratch using a hierarchical wheel strategy (#249). diff --git a/tokio-timer/Cargo.toml b/tokio-timer/Cargo.toml index f4593b4f7..fb43de549 100644 --- a/tokio-timer/Cargo.toml +++ b/tokio-timer/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "tokio-timer" -version = "0.2.0" +version = "0.2.1" authors = ["Carl Lerche "] 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