Skip to content

Releases: rust-lang-nursery/lazy-static.rs

1.1.1

13 Jan 15:46
f22225b
Compare
Choose a tag to compare

1.4.0

26 Aug 00:58
4216696
Compare
Choose a tag to compare

1.3.0

27 Feb 00:06
03f6291
Compare
Choose a tag to compare

1.2.0

04 Nov 22:48
b4b2b16
Compare
Choose a tag to compare

Bumps the minimum supported version of rustc to 1.24.1

This release allows lazy_static to be used in no_std environments on the latest stable version of Rust using the spin_no_std feature:

[dependencies.lazy_static]
features = ["spin_no_std"]

1.1.0

09 Sep 05:16
1.1.0
19b57ec
Compare
Choose a tag to compare
  • Automatically use an allocation-free implementation when building with rustc 1.27.0+ (#103, thanks @anp)

1.0.2

09 Sep 05:16
1.0.2
9a1f83c
Compare
Choose a tag to compare
  • Support Rust 2018 style macro imports (#107)

    extern crate lazy_static;
    use lazy_static::lazy_static;

1.0.1

09 Sep 05:16
1.0.1
3fd7d00
Compare
Choose a tag to compare

1.0.0

09 Sep 05:16
1.0.0
ecabd81
Compare
Choose a tag to compare
Release 1.0.0

0.2.11

09 Sep 05:16
0.2.11
Compare
Choose a tag to compare
Release 0.2.11

0.2.10

09 Sep 05:16
0.2.10
Compare
Choose a tag to compare
Release 0.2.10