From 57ed0963ff3f64754935913943e6c7b20591a905 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Wed, 6 Sep 2017 19:06:43 +0200 Subject: Use `untagged_option` crate --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 448282d..8760d30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,9 @@ version = "0.2.1" [dependencies] cortex-m = "0.3.1" -# TODO should this have been a `path` dep all along? +untagged-option = "0.1.1" +rtfm-core = "0.1.0" cortex-m-rtfm-macros = { path = "macros" } -# TODO revert before merging -rtfm-core = { git = "https://github.com/jonas-schievink/rtfm-core.git", branch = "init-resources" } [target.'cfg(target_arch = "x86_64")'.dev-dependencies] compiletest_rs = "0.2.8" -- cgit v1.2.3