diff --git a/src/race.rs b/src/race.rs index fe36fa1..da8a2fc 100644 --- a/src/race.rs +++ b/src/race.rs @@ -20,7 +20,7 @@ //! architectures versus `Relaxed`. #[cfg(feature = "critical-section")] -use atomic_polyfill as atomic; +use portable_atomic as atomic; #[cfg(not(feature = "critical-section"))] use core::sync::atomic;