We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d99b5 commit fdda379Copy full SHA for fdda379
Cargo.toml
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
13
name = "embedded-hal"
14
readme = "README.md"
15
repository = "https://github.com/rust-embedded/embedded-hal"
16
-version = "1.0.0-alpha.3"
+version = "1.0.0-alpha.3" # remember to update html_root_url
17
18
[dependencies]
19
nb = "1"
src/lib.rs
@@ -404,6 +404,7 @@
404
//! # fn main() {}
405
//! ```
406
407
+#![doc(html_root_url = "https://docs.rs/embedded-hal/1.0.0-alpha.3")]
408
#![deny(missing_docs)]
409
#![no_std]
410
0 commit comments