Skip to content

Commit fdda379

Browse files
committed
Add html root url
1 parent b0d99b5 commit fdda379

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
name = "embedded-hal"
1414
readme = "README.md"
1515
repository = "https://github.com/rust-embedded/embedded-hal"
16-
version = "1.0.0-alpha.3"
16+
version = "1.0.0-alpha.3" # remember to update html_root_url
1717

1818
[dependencies]
1919
nb = "1"

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@
404404
//! # fn main() {}
405405
//! ```
406406
407+
#![doc(html_root_url = "https://docs.rs/embedded-hal/1.0.0-alpha.3")]
407408
#![deny(missing_docs)]
408409
#![no_std]
409410

0 commit comments

Comments
 (0)