From 981808318a68b4f7553a6167b27f99924051c292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 17 Apr 2024 21:05:51 +0200 Subject: [PATCH] rtic-monotonics: portable-atomics: Do not disable the ability to fallback --- rtic-monotonics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index b46cb8c97cbc..9d05756a801c 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -36,7 +36,7 @@ rustdoc-flags = ["--cfg", "docsrs"] [dependencies] rtic-time = { version = "2.0.0", path = "../rtic-time" } fugit = { version = "0.3.6" } -portable-atomic = { version = "1", default-features = false } +portable-atomic = { version = "1" } cfg-if = "1.0.0" cortex-m = { version = "0.7.6", optional = true } critical-section = { version = "1", optional = true }