process: Bump to 0.2.1

This commit is contained in:
Ivan Petkov
2019-06-24 16:56:52 -07:00
parent 7b3e4b98ac
commit 827e77e71e
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -118,7 +118,7 @@
#![warn(missing_debug_implementations)]
#![deny(missing_docs)]
#![doc(html_root_url = "https://docs.rs/tokio-process/0.1")]
#![doc(html_root_url = "https://docs.rs/tokio-process/0.2")]
extern crate futures;
extern crate tokio_io;