diff --git a/Cargo.toml b/Cargo.toml index dcea4c9..477c1ae 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 = "0.2.10" +version = "0.2.11" authors = ["Marvin Löbel "] license = "MIT/Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index b195662..bb15478 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -93,7 +93,7 @@ The `Deref` implementation uses a hidden static variable that is guarded by a at #![cfg_attr(feature="spin_no_std", feature(const_fn))] #![cfg_attr(feature="nightly", feature(unreachable))] -#![doc(html_root_url = "https://docs.rs/lazy_static/0.2.10")] +#![doc(html_root_url = "https://docs.rs/lazy_static/0.2.11")] #![no_std] #[cfg(not(feature="nightly"))]