diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-04-21 18:20:57 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-04-21 18:20:57 +0200 |
| commit | a562fb32329f3dedb1a2b3a0bfa6061271559788 (patch) | |
| tree | 79e7bfbd392d3c58be4d481a801447a95e36e2ed /Cargo.toml | |
| parent | b5a756bd7d394226e505f0cb4f91a5de01d9b950 (diff) | |
v0.4.3
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m-rtfm" readme = "README.md" repository = "https://github.com/japaric/cortex-m-rtfm" -version = "0.4.2" +version = "0.4.3" [lib] name = "rtfm" @@ -36,7 +36,7 @@ required-features = ["timer-queue"] [dependencies] cortex-m = "0.5.8" cortex-m-rt = "0.6.7" -cortex-m-rtfm-macros = { path = "macros", version = "0.4.2" } +cortex-m-rtfm-macros = { path = "macros", version = "0.4.3" } heapless = "0.4.1" owned-singleton = "0.1.0" |
