aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2017-07-20 16:13:02 -0500
committerJorge Aparicio <jorge@japaric.io>2017-07-20 16:13:02 -0500
commit6577f4a91aef8ea2626448d6b7985126f648b5db (patch)
tree0533a6bca74b1aeb5102ba3b23fc63d87c164e78 /Cargo.toml
parent877a32448fa9933d6f60ae1f25551751d4d651a8 (diff)
bump cortex-m version to v0.3.1
barrier! is no longer needed
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 443ba42..d36b81e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ repository = "https://github.com/japaric/cortex-m-rtfm"
version = "0.2.0"
[dependencies]
-cortex-m = "0.3.0"
+cortex-m = "0.3.1"
static-ref = "0.2.0"
[dependencies.cortex-m-rtfm-macros]