From e2323dd37086a08401ccb08f4d705a0b5cae73b3 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 11 Jul 2019 13:46:49 +0200 Subject: [PATCH] bump dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 72bf3376ba..c514c8f988 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,12 +53,12 @@ required-features = ["__v7"] cortex-m = "0.6.0" cortex-m-rtfm-macros = { path = "macros" } rtfm-core = { git = "https://github.com/japaric/rtfm-core" } -cortex-m-rt = "0.6.8" +cortex-m-rt = "0.6.9" heapless = "0.5.0-alpha.2" [dependencies.microamp] optional = true -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" [dev-dependencies] lm3s6965 = "0.1.3"