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
+1 -1
View File
@@ -73,7 +73,7 @@
//! # fn main() {}
//! ```
#![doc(html_root_url = "https://docs.rs/tokio-signal/0.1")]
#![doc(html_root_url = "https://docs.rs/tokio-signal/0.2")]
#![deny(missing_docs)]
extern crate futures;