diff options
| author | Jonas Schievink <jonasschievink@gmail.com> | 2017-09-06 19:06:43 +0200 |
|---|---|---|
| committer | Jonas Schievink <jonasschievink@gmail.com> | 2017-09-06 19:06:43 +0200 |
| commit | 57ed0963ff3f64754935913943e6c7b20591a905 (patch) | |
| tree | 006e862de2ccdb992d88093d455a9ed96b8726d4 /Cargo.toml | |
| parent | c8bdb7329f860697602f98983917aaf84d8741d4 (diff) | |
Use `untagged_option` crate
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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" |
