diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-07-11 13:46:49 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-07-11 13:46:49 +0200 |
| commit | e2323dd37086a08401ccb08f4d705a0b5cae73b3 (patch) | |
| tree | b149b8ee6388f661b44e0f6ffe818e80ec0abfdc | |
| parent | a87cb2486f488666450636c9cb68f79681f5f358 (diff) | |
bump dependencies
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,12 +53,12 @@ required-features = ["__v7"] cortex-m = "0.6.0" cortex-m-rtfm-macros = { path = "macros" } rtfm-core = { git = "https://github.com/japaric/rtfm-core" } -cortex-m-rt = "0.6.8" +cortex-m-rt = "0.6.9" heapless = "0.5.0-alpha.2" [dependencies.microamp] optional = true -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" [dev-dependencies] lm3s6965 = "0.1.3" |
