Skip to content

Commit 9a1f83c

Browse files
committed
Release 1.0.2
1 parent 844d93b commit 9a1f83c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lazy_static"
33
# NB: When modifying, also modify html_root_url in lib.rs
4-
version = "1.0.1"
4+
version = "1.0.2"
55
authors = ["Marvin Löbel <[email protected]>"]
66
license = "MIT/Apache-2.0"
77

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ no guarantees can be made about them in regard to SemVer stability.
103103
#![cfg_attr(feature="spin_no_std", feature(const_fn))]
104104
#![cfg_attr(feature="nightly", feature(unreachable))]
105105

106-
#![doc(html_root_url = "https://docs.rs/lazy_static/1.0.1")]
106+
#![doc(html_root_url = "https://docs.rs/lazy_static/1.0.2")]
107107
#![no_std]
108108

109109
#[cfg(not(feature="nightly"))]

0 commit comments

Comments
 (0)