Skip to content

Commit

Permalink
prepare for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Feb 26, 2019
1 parent efa9d44 commit 6bbad42
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.2.0"
version = "1.3.0"
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
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.2.0"
lazy_static = "1.3.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 @@ -99,7 +99,7 @@ no guarantees can be made about them in regard to SemVer stability.
*/

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

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

0 comments on commit 6bbad42

Please sign in to comment.