From 3b9f16c71932a41b5f9a26d11ddd117cefadc3dd Mon Sep 17 00:00:00 2001 From: Kjetil Kjeka Date: Sun, 24 Sep 2017 14:27:21 +0200 Subject: [PATCH] Updated deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 71d46a2..5665cc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ cateogries = ["embedded"] license = "Apache-2.0/MIT" [dependencies] -cortex-m = "0.3.0" -bare-metal = "0.1.0" +cortex-m = "0.3.1" +bare-metal = "0.1.1" vcell = "0.1.0"