diff --git a/Cargo.toml b/Cargo.toml index b974b6d..a3b89d0 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.1" +version = "1.0.2" authors = ["Marvin Löbel "] license = "MIT/Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 4d2aa61..8d8e400 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.1")] +#![doc(html_root_url = "https://docs.rs/lazy_static/1.0.2")] #![no_std] #[cfg(not(feature="nightly"))]