mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-06 00:00:10 +02:00
signal: Bump version to 0.2.2
This commit is contained in:
+2
-2
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user