Skip to content

Commit

Permalink
prepare for 1.0.1 release (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus authored May 29, 2018
1 parent d2df430 commit 3fd7d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lazy_static"
# NB: When modifying, also modify html_root_url in lib.rs
version = "1.0.0"
version = "1.0.1"
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
license = "MIT/Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
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.0")]
#![doc(html_root_url = "https://docs.rs/lazy_static/1.0.1")]
#![no_std]

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

0 comments on commit 3fd7d00

Please sign in to comment.