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"