Skip to content

Commit

Permalink
chore: set html_root_url to latest (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoeckmann authored Mar 12, 2024
1 parent 094c115 commit ecb7374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
#![doc(
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
html_root_url = "https://docs.rs/tempfile/3.1.0"
html_root_url = "https://docs.rs/tempfile/latest/tempfile"
)]
#![cfg_attr(test, deny(warnings))]
#![deny(rust_2018_idioms)]
Expand Down

0 comments on commit ecb7374

Please sign in to comment.