mirror of
https://github.com/rust-embedded/embedded-hal.git
synced 2026-03-14 01:47:38 +00:00
Add html root url
This commit is contained in:
parent
b0d99b5cb4
commit
fdda379562
@ -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"
|
||||
|
||||
@ -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]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user