Skip to content

Commit f22225b

Browse files
Bump version to 1.1.1
1 parent 5e972a8 commit f22225b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1.0"
4+
version = "1.1.1"
55
authors = ["Marvin Löbel <[email protected]>"]
66
license = "MIT/Apache-2.0"
77

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the following dependency to your Cargo manifest...
2525

2626
```toml
2727
[dependencies]
28-
lazy_static = "1.1.0"
28+
lazy_static = "1.1.1"
2929
```
3030

3131
...and see the [docs](https://docs.rs/lazy_static) for how to use it.

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
// NOTE: see build.rs for where these cfg values are set.
104104
#![cfg_attr(lazy_static_spin_impl, feature(const_fn))]
105105

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

109109
#[cfg(lazy_static_heap_impl)]

0 commit comments

Comments
 (0)