diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-04-21 00:24:54 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-04-21 00:24:54 -0500 |
| commit | 4992db78777c408a545a787e43450d4947144550 (patch) | |
| tree | 3d8de8a9d209be9fd86540ae2a5601fa827f3a53 /Cargo.toml | |
| parent | 0a6583ddc6909215e5db10e8df9da48cc7bffe1a (diff) | |
more docs, remove Ceiling / Priority / Level traits
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,7 +1,10 @@ [package] -authors = ["Jorge Aparicio <japaricious@gmail.com>"] +authors = [ + "Jorge Aparicio <jorge@japaric.io>", + "Per Lindgren <per.lindgren@ltu.se>", +] build = "build.rs" -name = "cortex-m-srp" +name = "cortex-m-rtfm" version = "0.1.0" [build-dependencies] @@ -9,9 +12,9 @@ quote = "0.3.15" syn = "0.11.10" [dependencies] -cortex-m = "0.2.2" +cortex-m = "0.2.4" +static-ref = "0.1.0" typenum = "1.7.0" -static-ref = { git = "https://github.com/japaric/static-ref" } [dev-dependencies] compiletest_rs = "0.2.5" |
