rust-lang-nursery / lazy-static.rs

A small macro for defining lazy evaluated static variables in Rust.
Apache License 2.0
1.92k stars 111 forks source link

Prepare for 1.5.0 release #186

Closed KodrAus closed 2 years ago

KodrAus commented 3 years ago

Changes since the last release

Includes:

taiki-e commented 3 years ago

Note that #172 increased MSRV to 1.40. See BurntSushi/termcolor#35 for more:

cfg(doctest) implemented in Rust 1.38 as an unstable feature, and stabilized in Rust 1.40. It compiles fine on Rust 1.37 and older, but fails on Rust 1.38 and 1.39, where this feature existed as an unstable feature.

KodrAus commented 3 years ago

Ah thanks for the heads up @taiki-e :bow: In that case I'll bump this up to 1.5.0