mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
signal: Version 0.2
This commit is contained in:
committed by
Carl Lerche
parent
31b51004f2
commit
40c77bd17e
@@ -0,0 +1,7 @@
|
|||||||
|
<a name="v0.2.0"></a>
|
||||||
|
## v0.2.0 (2018-05-07)
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
* Uses `tokio` instead of `tokio_core` (#24)
|
||||||
|
* Supports all 33 signals on FreeBSD (#27)
|
||||||
|
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-signal"
|
name = "tokio-signal"
|
||||||
version = "0.1.5"
|
version = "0.2.0"
|
||||||
authors = ["Alex Crichton <[email protected]>"]
|
authors = ["Alex Crichton <[email protected]>"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
repository = "https://github.com/alexcrichton/tokio-signal"
|
repository = "https://github.com/alexcrichton/tokio-signal"
|
||||||
|
|||||||
Reference in New Issue
Block a user