Skip to content

Commit 3fd7d00

Browse files
authored
prepare for 1.0.1 release (#100)
1 parent d2df430 commit 3fd7d00

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 = "1.0.0"
4+
version = "1.0.1"
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
@@ -103,7 +103,7 @@ no guarantees can be made about them in regard to SemVer stability.
103103
#![cfg_attr(feature="spin_no_std", feature(const_fn))]
104104
#![cfg_attr(feature="nightly", feature(unreachable))]
105105

106-
#![doc(html_root_url = "https://docs.rs/lazy_static/1.0.0")]
106+
#![doc(html_root_url = "https://docs.rs/lazy_static/1.0.1")]
107107
#![no_std]
108108

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

0 commit comments

Comments
 (0)