Releases: rust-lang-nursery/lazy-static.rs
Releases · rust-lang-nursery/lazy-static.rs
1.1.1
1.4.0
Bumps the minimum supported version of rustc
to 1.27.2
1.3.0
1.2.0
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"]