diff --git a/core/src/lib.rs b/core/src/lib.rs index 4845356e..7376e04f 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -49,7 +49,7 @@ target_family = "wasm", target_feature = "atomics" ), - feature(stdsimd) + feature(stdarch_wasm_atomic_wait) )] mod parking_lot;