update html_root_url

Closes: #141
This commit is contained in:
morrme 2017-05-23 23:01:50 -05:00 committed by GitHub
parent 73770c9fb1
commit 8b64c47a9f

View File

@ -211,7 +211,7 @@
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
html_root_url = "https://docs.rs/$crate/$version")]
html_root_url = "https://docs.rs/log/0.3.8")]
#![warn(missing_docs)]
#![deny(missing_debug_implementations)]
#![cfg_attr(feature = "nightly", feature(panic_handler))]