diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-01-15 23:26:07 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-01-15 23:33:09 +0100 |
| commit | def4fc8079dcb646ef3cab446a4b160e09e169bf (patch) | |
| tree | c82e6f193e0bf9b842366e305056481d4d1666b2 /Cargo.toml | |
| parent | 34edc41e9289e83468f68663a7f4a7f0f6cc2797 (diff) | |
v0.3.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -13,23 +13,21 @@ repository = "https://github.com/japaric/cortex-m-rtfm" version = "0.3.0" [dependencies] -cortex-m = { git = "https://github.com/japaric/cortex-m" } +cortex-m = "0.4.0" +cortex-m-rtfm-macros = "0.3.0" +rtfm-core = "0.2.0" untagged-option = "0.1.1" -# rtfm-core = "0.2.0" -rtfm-core = { git = "https://github.com/japaric/rtfm-core" } -cortex-m-rtfm-macros = { path = "macros" } [target.'cfg(target_arch = "x86_64")'.dev-dependencies] compiletest_rs = "0.3.5" [dev-dependencies.cortex-m-rt] features = ["abort-on-panic"] -version = "0.3.3" +version = "0.3.9" [dev-dependencies.stm32f103xx] features = ["rt"] -git = "https://github.com/japaric/stm32f103xx" -# version = "0.8.0" +version = "0.8.0" [features] cm7-r0p1 = ["cortex-m/cm7-r0p1"] |
