Skip to content

Commit

Permalink
Merge pull request #133 from KodrAus/chore/update-version-num
Browse files Browse the repository at this point in the history
Update some missed older version nums
  • Loading branch information
KodrAus committed Nov 4, 2018
2 parents da1f130 + 318aa75 commit b4b2b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -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"))]
Expand Down

0 comments on commit b4b2b16

Please sign in to comment.