From bc5798d7f0f0507073eb99fda2018ea1956e3cc7 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Wed, 5 Apr 2023 21:38:07 +0200 Subject: [PATCH] Fix monotonic dep --- rtic/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml index 26d2396cc0..3d3a8ff950 100644 --- a/rtic/Cargo.toml +++ b/rtic/Cargo.toml @@ -32,6 +32,7 @@ cortex-m = { version = "0.7.0", optional = true } bare-metal = "1.0.0" #portable-atomic = { version = "0.3.19" } atomic-polyfill = "1" +rtic-monotonics = { path = "../rtic-monotonics", version = "1.0.0-alpha.0", optional = true } rtic-macros = { path = "../rtic-macros", version = "2.0.0-alpha.0" } rtic-core = "1" critical-section = "1"