Skip to content

Commit

Permalink
Merge pull request #156 from rust-lang-nursery/cargo/1.4.0
Browse files Browse the repository at this point in the history
Prepare for 1.4.0 release
  • Loading branch information
KodrAus authored Aug 26, 2019
2 parents d9c9689 + 1651fde commit 4216696
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "1.3.0"
version = "1.4.0"
authors = ["Marvin Löbel <[email protected]>"]
license = "MIT/Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add the following dependency to your Cargo manifest...

```toml
[dependencies]
lazy_static = "1.3.0"
lazy_static = "1.4.0"
```

...and see the [docs](https://docs.rs/lazy_static) for how to use it.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ This crate provides one cargo feature:
*/

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

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

0 comments on commit 4216696

Please sign in to comment.