From 3fd7d006d2a2e42b6d2523e70deec87fcd7bde7b Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Tue, 29 May 2018 10:47:40 +1000 Subject: [PATCH] prepare for 1.0.1 release (#100) --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"))]