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