Add html root url

This commit is contained in:
Diego Barrios Romero 2020-11-11 14:13:09 +01:00
parent b0d99b5cb4
commit fdda379562
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
name = "embedded-hal"
readme = "README.md"
repository = "https://github.com/rust-embedded/embedded-hal"
version = "1.0.0-alpha.3"
version = "1.0.0-alpha.3" # remember to update html_root_url
[dependencies]
nb = "1"

View File

@ -404,6 +404,7 @@
//! # fn main() {}
//! ```
#![doc(html_root_url = "https://docs.rs/embedded-hal/1.0.0-alpha.3")]
#![deny(missing_docs)]
#![no_std]