Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 15, 2018
1 parent 844d93b commit 9a1f83c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "lazy_static"
# NB: When modifying, also modify html_root_url in lib.rs
version = "1.0.1"
version = "1.0.2"
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
license = "MIT/Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -103,7 +103,7 @@ no guarantees can be made about them in regard to SemVer stability.
#![cfg_attr(feature="spin_no_std", feature(const_fn))]
#![cfg_attr(feature="nightly", feature(unreachable))]

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

#[cfg(not(feature="nightly"))]
Expand Down

0 comments on commit 9a1f83c

Please sign in to comment.