diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index c982ecb3adcf..0b25ced65255 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 }