diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2017-03-08 08:10:58 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2017-03-08 08:10:58 -0500 |
| commit | d88a15fb2572419dbf80b1c30b3d29b312367813 (patch) | |
| tree | 288edee9ef2d114cfc2459ef71310bfa07d837cb /Cargo.toml | |
| parent | e56f8156bc0efe2a5d505c57514b0956d20329b4 (diff) | |
adapt to changes in cortex-m, verify the input of the `priority` function
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
