aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-02-27 01:27:16 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-02-27 01:27:16 +0000
commit8da925647ea1ce47e876526d0bd3d918e782d578 (patch)
treea1c963ff1d7eff4f57babcdc4014f497f4e8d9ff /Cargo.toml
parent692876649c62afc579ece7d9bd2221a67b43dc65 (diff)
parent3310f507c0709ca82d0d21fc22f4811471070a29 (diff)
Merge #162
162: v0.4.2 r=TeXitoi a=japaric this PR prepares a new release r? @korken89 || @TeXitoi Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f096772..12b3923 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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.1"
+version = "0.4.2"
[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.1" }
+cortex-m-rtfm-macros = { path = "macros", version = "0.4.2" }
heapless = "0.4.1"
owned-singleton = "0.1.0"