signal: Bump version to 0.2.2

This commit is contained in:
Ivan Petkov
2018-09-10 11:30:06 -07:00
committed by Carl Lerche
parent 266919add6
commit 32d3e0e1f9
3 changed files with 23 additions and 5 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
[package]
name = "tokio-signal"
version = "0.2.0"
version = "0.2.2"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/tokio-signal"
homepage = "https://github.com/alexcrichton/tokio-signal"
documentation = "https://docs.rs/tokio-signal/0.1"
documentation = "https://docs.rs/tokio-signal/0.2"
description = """
An implementation of an asynchronous Unix signal handling backed futures.
"""