diff options
author | 2017-12-23 11:17:03 +0100 | |
---|---|---|
committer | 2017-12-23 11:17:03 +0100 | |
commit | 88f505369c50fa2261ccad3a929ee180cd601fad (patch) | |
tree | 329985d6bbdb999e6f7d1b3856899ae1a5a180b7 /Cargo.toml | |
parent | b00f4fec14825ac08f22846ac1dd24ef5dbd96bf (diff) | |
download | rtic-88f505369c50fa2261ccad3a929ee180cd601fad.tar.gz rtic-88f505369c50fa2261ccad3a929ee180cd601fad.tar.zst rtic-88f505369c50fa2261ccad3a929ee180cd601fad.zip |
switch to master branches
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,8 +15,8 @@ version = "0.3.0" [dependencies] cortex-m = { git = "https://github.com/japaric/cortex-m" } untagged-option = "0.1.1" -# rtfm-core = "0.1.0" -rtfm-core = { git = "https://github.com/japaric/rtfm-core", branch = "no-static" } +# 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] |