v1.9.0
165: Add an atomic-polyfill optional dependancy r=matklad a=ogoffart To make it compile on platform that have limited atomics Fixes #155 Note that this re-implement the Debug version of the OnceBox because atomic-polyfill::AtomicPtr don't implement Debug (https://github.com/embassy-rs/atomic-polyfill/issues/11) Co-authored-by: Olivier Goffart <ogoffart@sixtyfps.io>