aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-01-11 15:46:27 +0100
committerJorge Aparicio <jorge@japaric.io>2018-01-11 15:46:27 +0100
commit2249985e8179b50e98254459663a49a3b63e6a36 (patch)
tree328d966701402ba704979d822e7a24aef32c04df /Cargo.toml
parentc94bd2d98d29cbf6d92f2f915e72d1555e282248 (diff)
use master branch of cortex-m
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 e506be0..641c3aa 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" }