diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-04-05 19:39:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-05 19:39:37 +0000 |
| commit | d9f2980c388dc542f6c10d7de7879854067e4ba4 (patch) | |
| tree | 45e1b6e241da8572f93739e9779001d4971d0021 | |
| parent | 14935a86a2c5e095ea405e5867b432324ad8926e (diff) | |
| parent | bc5798d7f0f0507073eb99fda2018ea1956e3cc7 (diff) | |
Merge #726
726: Fix monotonic dep r=AfoHT a=korken89
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
| -rw-r--r-- | rtic/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml index 26d2396..3d3a8ff 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" |
