Skip to content

Commit

Permalink
Released v0.2.8 to fix the doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimundi committed Apr 12, 2017
1 parent 5f147eb commit da32d72
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 = "0.2.7"
version = "0.2.8"
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 @@ -92,7 +92,7 @@ The `Deref` implementation uses a hidden static variable that is guarded by a at

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

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

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

0 comments on commit da32d72

Please sign in to comment.