aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2020-12-03 21:04:06 +0100
committerEmil Fresk <emil.fresk@gmail.com>2020-12-03 21:04:06 +0100
commitef50aeb2e8245b69843280fabb62589c0716ffdd (patch)
treea159de70654135eb87c52629c6026766eac3bff0 /Cargo.toml
parent3b4c10e790e63ac328a7bdb98451ac11d5935731 (diff)
Save, init generation fixed
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9a10ec2..679dcc0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,7 +57,8 @@ required-features = ["__v7"]
[dependencies]
cortex-m = "0.6.2"
cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.0" }
-rtic-core = "0.3.1"
+rtic-core = { git = "https://github.com/rtic-rs/rtic-core", branch = "new_monotonic" }
+#rtic-core = "0.3.1"
heapless = "0.5.0"
bare-metal = "1.0.0"