From 318aa75b2c35b2eff4389b9ec105f61a6ecb6b6a Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Mon, 5 Nov 2018 08:38:09 +1000 Subject: [PATCH] update some missed older version nums --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5daa98d..d96cdf8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Add the following dependency to your Cargo manifest... ```toml [dependencies] -lazy_static = "1.1.0" +lazy_static = "1.2.0" ``` ...and see the [docs](https://docs.rs/lazy_static) for how to use it. diff --git a/src/lib.rs b/src/lib.rs index d375d5a..42dc405 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -100,7 +100,7 @@ no guarantees can be made about them in regard to SemVer stability. */ -#![doc(html_root_url = "https://docs.rs/lazy_static/1.1.0")] +#![doc(html_root_url = "https://docs.rs/lazy_static/1.2.0")] #![no_std] #[cfg(not(feature = "spin_no_std"))]