From 4992db78777c408a545a787e43450d4947144550 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 21 Apr 2017 00:24:54 -0500 Subject: more docs, remove Ceiling / Priority / Level traits --- Cargo.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3304796..ff82901 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] -authors = ["Jorge Aparicio "] +authors = [ + "Jorge Aparicio ", + "Per Lindgren ", +] 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" -- cgit v1.2.3