Skip to content

Commit 5acf245

Browse files
committed
Release v0.2.11
1 parent cd632cb commit 5acf245

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 = "0.2.10"
4+
version = "0.2.11"
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
@@ -93,7 +93,7 @@ The `Deref` implementation uses a hidden static variable that is guarded by a at
9393
#![cfg_attr(feature="spin_no_std", feature(const_fn))]
9494
#![cfg_attr(feature="nightly", feature(unreachable))]
9595

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

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

0 commit comments

Comments
 (0)