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