Bump 0.1 versions for latest changes (#1240)

[ci-release]
This commit is contained in:
Jon Gjengset
2019-07-03 09:21:33 -07:00
committed by Carl Lerche
parent 4446eb4db8
commit b4cb3226ab
12 changed files with 32 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#![deny(missing_docs, missing_debug_implementations, warnings)]
#![doc(html_root_url = "https://docs.rs/tokio-executor/0.1.7")]
#![doc(html_root_url = "https://docs.rs/tokio-executor/0.1.8")]
// Our MSRV doesn't allow us to fix these warnings yet
#![allow(rust_2018_idioms)]