Bump tokio-sync version to v0.1.3 (#938)

This commit is contained in:
Carl Lerche
2019-03-01 12:57:07 -08:00
committed by GitHub
parent 619d3b163b
commit 195c4b0496
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-sync/0.1.2")]
#![doc(html_root_url = "https://docs.rs/tokio-sync/0.1.3")]
#![deny(missing_debug_implementations, missing_docs, unreachable_pub)]
#![cfg_attr(test, deny(warnings))]