prepare tokio-sync v0.1.7 release. (#1650)

This commit is contained in:
Carl Lerche
2019-10-10 13:16:36 -07:00
committed by GitHub
parent 2117ce7bac
commit da186a7859
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-sync/0.1.6")]
#![doc(html_root_url = "https://docs.rs/tokio-sync/0.1.7")]
#![deny(missing_debug_implementations, missing_docs, unreachable_pub)]
//! Asynchronous synchronization primitives.