From ecb73745c552f9df53f8943ea80e9bebf51643a2 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Tue, 12 Mar 2024 18:55:17 +0100 Subject: [PATCH] chore: set html_root_url to latest (#279) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 2072f7a12..4c0eb8472 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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)]