From 5795e73a92414d2891ce564201802e1a171ba5b2 Mon Sep 17 00:00:00 2001
From: Per <Per Lindgren>
Date: Tue, 13 Feb 2018 22:54:29 +0100
Subject: [PATCH] bare7 broken

---
 Cargo.toml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 4fa2c4f..d2d7709 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ cortex-m-rtfm = "0.2.2"
 cortex-m = "0.3.1"
 rtfm-core = "0.1.0"
 cortex-m-semihosting = "0.2.0"
+heapless = "0.2.0"
 
 [dependencies.cortex-m-debug]
 version = "0.1.0"
@@ -34,9 +35,12 @@ version = "0.2.0"
 git = "https://github.com/jsjolund/f4"
 version = "0.1.0"
 
-[features]
-wcet_bkpt = [] 
-wcet_nop = [] 
+#[dev-dependencies.nb]
+#features = ["unstable"]
+#version = "0.1.1"
+
+[dependencies.nb]
+git = "https://github.com/japaric/nb"
 
 [profile.release]
 lto = true
-- 
GitLab