From 86a360a3964ecb04a37c0424c76d7b43a9fd40fe Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 4 Jul 2017 11:26:11 -0500 Subject: rtfm! macro take 2 --- Cargo.toml | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e2cd37f..f37449d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,24 +10,8 @@ keywords = ["arm", "cortex-m"] license = "MIT OR Apache-2.0" name = "cortex-m-rtfm" repository = "https://github.com/japaric/cortex-m-rtfm" -version = "0.1.1" - -[build-dependencies] -quote = "0.3.15" -syn = "0.11.10" +version = "0.2.0" [dependencies] -cortex-m = "0.2.6" -static-ref = "0.1.0" -typenum = "1.7.0" - -[dev-dependencies] -compiletest_rs = "0.2.5" - -[features] -# Number of priority bits -P2 = [] -P3 = [] -P4 = [] -P5 = [] -default = ["P4"] +cortex-m = "0.3.0" +static-ref = "0.2.0" \ No newline at end of file -- cgit v1.2.3