aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2017-03-12 11:19:43 -0500
committerJorge Aparicio <japaricious@gmail.com>2017-03-12 11:19:43 -0500
commit441a8227804fc4609a94f062205bf2199beb38be (patch)
tree2046bd4317f46d6e93e3f186e6b8ee4c03439cb7 /Cargo.toml
parent2d6af9b5df892eac749f1703738356344c35452d (diff)
use stable release of the cortex-m crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c80cb41..f3d9926 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,5 @@ name = "cortex-m-srp"
version = "0.1.0"
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
-[dependencies.cortex-m]
-branch = "ng"
-git = "https://github.com/japaric/cortex-m"
+[dependencies]
+cortex-m = "0.2.0"