Skip to content

Commit da32d72

Browse files
committed
Released v0.2.8 to fix the doc links
1 parent 5f147eb commit da32d72

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.7"
4+
version = "0.2.8"
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
@@ -92,7 +92,7 @@ The `Deref` implementation uses a hidden static variable that is guarded by a at
9292

9393
#![cfg_attr(feature="nightly", feature(const_fn, allow_internal_unstable, core_intrinsics))]
9494

95-
#![doc(html_root_url = "https://docs.rs/lazy_static/0.2.6")]
95+
#![doc(html_root_url = "https://docs.rs/lazy_static/0.2.8")]
9696
#![no_std]
9797

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

0 commit comments

Comments
 (0)