Emulation for 64-bit atomics was removed (https://github.com/rust-lang/rust/issues/117305, https://github.com/esp-rs/rust/pull/196), so the latest release no longer compiles. The latest code on main does compile, because it uses the correct cfgs to check for availability of 64-bit atomics.