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"))]