Skip to content

1.2.0

Compare
Choose a tag to compare
@KodrAus KodrAus released this 04 Nov 22:48
· 67 commits to master since this release
b4b2b16

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"]