We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da1f130 + 318aa75 commit b4b2b16Copy full SHA for b4b2b16
README.md
@@ -31,7 +31,7 @@ Add the following dependency to your Cargo manifest...
31
32
```toml
33
[dependencies]
34
-lazy_static = "1.1.0"
+lazy_static = "1.2.0"
35
```
36
37
...and see the [docs](https://docs.rs/lazy_static) for how to use it.
src/lib.rs
@@ -100,7 +100,7 @@ no guarantees can be made about them in regard to SemVer stability.
100
101
*/
102
103
-#![doc(html_root_url = "https://docs.rs/lazy_static/1.1.0")]
+#![doc(html_root_url = "https://docs.rs/lazy_static/1.2.0")]
104
#![no_std]
105
106
#[cfg(not(feature = "spin_no_std"))]
0 commit comments