We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844d93b commit 9a1f83cCopy full SHA for 9a1f83c
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "lazy_static"
3
# NB: When modifying, also modify html_root_url in lib.rs
4
-version = "1.0.1"
+version = "1.0.2"
5
authors = ["Marvin Löbel <[email protected]>"]
6
license = "MIT/Apache-2.0"
7
src/lib.rs
@@ -103,7 +103,7 @@ no guarantees can be made about them in regard to SemVer stability.
103
#![cfg_attr(feature="spin_no_std", feature(const_fn))]
104
#![cfg_attr(feature="nightly", feature(unreachable))]
105
106
-#![doc(html_root_url = "https://docs.rs/lazy_static/1.0.1")]
+#![doc(html_root_url = "https://docs.rs/lazy_static/1.0.2")]
107
#![no_std]
108
109
#[cfg(not(feature="nightly"))]
0 commit comments