Skip to content

Commit

Permalink
Release v0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimundi committed Nov 20, 2017
1 parent cd632cb commit 5acf245
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 = "0.2.10"
version = "0.2.11"
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 @@ -93,7 +93,7 @@ The `Deref` implementation uses a hidden static variable that is guarded by a at
#![cfg_attr(feature="spin_no_std", feature(const_fn))]
#![cfg_attr(feature="nightly", feature(unreachable))]

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

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

0 comments on commit 5acf245

Please sign in to comment.