diff --git a/Cargo.toml b/Cargo.toml index 3dc0d3a..b974b6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lazy_static" # NB: When modifying, also modify html_root_url in lib.rs -version = "1.0.0" +version = "1.0.1" authors = ["Marvin Löbel "] license = "MIT/Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 243c902..a61da08 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -103,7 +103,7 @@ no guarantees can be made about them in regard to SemVer stability. #![cfg_attr(feature="spin_no_std", feature(const_fn))] #![cfg_attr(feature="nightly", feature(unreachable))] -#![doc(html_root_url = "https://docs.rs/lazy_static/1.0.0")] +#![doc(html_root_url = "https://docs.rs/lazy_static/1.0.1")] #![no_std] #[cfg(not(feature="nightly"))]