Update to latest toolchain.
Allows compilation on Rust nightly 2022-03-18.
Multi-core is slightly broken when using the latest version of spin (0.9.2). I believe this is because Once used to do SeqCst loads/stores everywhere, which might have made any possible data race much harder to come by.
Edited by Jacob Lorentzon