Merge pull request #133 from KodrAus/chore/update-version-num

Update some missed older version nums
This commit is contained in:
Ashley Mannix 2018-11-05 08:43:14 +10:00 committed by GitHub
commit b4b2b16aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

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