trace-core: prepare for 0.2 release (#1047)

This commit is contained in:
Eliza Weisman
2019-04-21 10:20:28 -07:00
committed by Carl Lerche
parent cf06621998
commit 712ca84033
4 changed files with 33 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-trace-core/0.1.0")]
#![doc(html_root_url = "https://docs.rs/tokio-trace-core/0.2.0")]
#![deny(missing_debug_implementations, missing_docs, unreachable_pub)]
#![cfg_attr(test, deny(warnings))]