mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-21 00:00:10 +02:00
Bump tokio-timer to v0.2.1 (#287)
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user