aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2017-03-08 08:10:58 -0500
committerJorge Aparicio <japaricious@gmail.com>2017-03-08 08:10:58 -0500
commitd88a15fb2572419dbf80b1c30b3d29b312367813 (patch)
tree288edee9ef2d114cfc2459ef71310bfa07d837cb /Cargo.toml
parente56f8156bc0efe2a5d505c57514b0956d20329b4 (diff)
adapt to changes in cortex-m, verify the input of the `priority` function
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 c9d6f7b..c80cb41 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,5 +4,5 @@ version = "0.1.0"
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
[dependencies.cortex-m]
-branch = "svd2rust"
+branch = "ng"
git = "https://github.com/japaric/cortex-m"