Skip to content

Commit bbe8907

Browse files
authored
Merge pull request #186 from KodrAus/cargo/1.4.1
Prepare for 1.5.0 release
2 parents 59f776e + e67a838 commit bbe8907

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.4.0"
4+
version = "1.5.0"
55
authors = ["Marvin Löbel <[email protected]>"]
66
license = "MIT OR Apache-2.0"
77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the following dependency to your Cargo manifest...
3131

3232
```toml
3333
[dependencies]
34-
lazy_static = "1.4.0"
34+
lazy_static = "1.5.0"
3535
```
3636

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

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ This crate provides one cargo feature:
9494
9595
*/
9696

97-
#![doc(html_root_url = "https://docs.rs/lazy_static/1.4.0")]
97+
#![doc(html_root_url = "https://docs.rs/lazy_static/1.5.0")]
9898
#![no_std]
9999

100100
#[cfg(not(feature = "spin_no_std"))]

0 commit comments

Comments
 (0)