Skip to content

Commit b4b2b16

Browse files
authored
Merge pull request #133 from KodrAus/chore/update-version-num
Update some missed older version nums
2 parents da1f130 + 318aa75 commit b4b2b16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the following dependency to your Cargo manifest...
3131

3232
```toml
3333
[dependencies]
34-
lazy_static = "1.1.0"
34+
lazy_static = "1.2.0"
3535
```
3636

3737
...and see the [docs](https://docs.rs/lazy_static) for how to use it.

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ no guarantees can be made about them in regard to SemVer stability.
100100
101101
*/
102102

103-
#![doc(html_root_url = "https://docs.rs/lazy_static/1.1.0")]
103+
#![doc(html_root_url = "https://docs.rs/lazy_static/1.2.0")]
104104
#![no_std]
105105

106106
#[cfg(not(feature = "spin_no_std"))]

0 commit comments

Comments
 (0)