Skip to content

Commit

Permalink
Add docs html root url
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Jul 10, 2020
1 parent 75291cd commit 5414721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ds323x"
version = "0.3.1"
version = "0.3.1" # remember to update html_root_url
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/ds323x-rs"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@
//! rtc.set_alarm1_hms(time).unwrap();
//! ```

#![doc(html_root_url = "https://docs.rs/ds323x/0.3.1")]
#![deny(unsafe_code, missing_docs)]
#![no_std]

Expand Down

0 comments on commit 5414721

Please sign in to comment.