signal: Bump version to 0.2.3

This commit is contained in:
Ivan Petkov
2018-09-10 11:30:07 -07:00
committed by Carl Lerche
parent 837c3934d5
commit 90ea2f6c5b
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ First, add this to your `Cargo.toml`:
```toml
[dependencies]
tokio-signal = "0.1"
tokio-signal = "0.2"
```
Next you can use this in conjunction with the `tokio` and `futures` crates: