diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2017-03-12 11:19:43 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2017-03-12 11:19:43 -0500 |
| commit | 441a8227804fc4609a94f062205bf2199beb38be (patch) | |
| tree | 2046bd4317f46d6e93e3f186e6b8ee4c03439cb7 /Cargo.toml | |
| parent | 2d6af9b5df892eac749f1703738356344c35452d (diff) | |
use stable release of the cortex-m crate
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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" |
