diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-09-15 22:57:43 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-09-15 22:57:43 +0200 |
| commit | 7f1b493c7dcda874c88cad6e5f3badd91d8e6989 (patch) | |
| tree | 2cccb9e69efff46cb5e5333b060de5f0eed960e0 /Cargo.toml | |
| parent | 9a974585d0c3e20e860e5d1ad4cf9df501d229d9 (diff) | |
turn git deps into crates.io deps
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ required-features = ["__v7"] [dependencies] cortex-m = "0.6.0" cortex-m-rtfm-macros = { path = "macros" } -rtfm-core = { git = "https://github.com/rtfm-rs/rtfm-core" } +rtfm-core = "0.3.0-beta.1" cortex-m-rt = "0.6.9" heapless = "0.5.0" |
