aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2018-01-11 15:46:27 +0100
committerGravatar Jorge Aparicio <jorge@japaric.io> 2018-01-11 15:46:27 +0100
commit2249985e8179b50e98254459663a49a3b63e6a36 (patch)
tree328d966701402ba704979d822e7a24aef32c04df
parentc94bd2d98d29cbf6d92f2f915e72d1555e282248 (diff)
downloadrtic-2249985e8179b50e98254459663a49a3b63e6a36.tar.gz
rtic-2249985e8179b50e98254459663a49a3b63e6a36.tar.zst
rtic-2249985e8179b50e98254459663a49a3b63e6a36.zip
use master branch of cortex-m
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e506be02..641c3aa2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ repository = "https://github.com/japaric/cortex-m-rtfm"
version = "0.3.0"
[dependencies]
-cortex-m = { git = "https://github.com/japaric/cortex-m", branch = "cm7-r0p1" }
+cortex-m = { git = "https://github.com/japaric/cortex-m" }
untagged-option = "0.1.1"
# rtfm-core = "0.2.0"
rtfm-core = { git = "https://github.com/japaric/rtfm-core" }