From 441a8227804fc4609a94f062205bf2199beb38be Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 12 Mar 2017 11:19:43 -0500 Subject: [PATCH] use stable release of the cortex-m crate --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c80cb41ddb..f3d9926acf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,5 @@ name = "cortex-m-srp" version = "0.1.0" authors = ["Jorge Aparicio "] -[dependencies.cortex-m] -branch = "ng" -git = "https://github.com/japaric/cortex-m" +[dependencies] +cortex-m = "0.2.0"