From 57b4c79d77d7d0e191dde761e73bd0b0de419404 Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 24 Feb 2022 04:07:58 +0100 Subject: [PATCH] Update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1559ec9..24879ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ edition = "2018" readme = "README.md" [dependencies] -cortex-m = "0.6.4" -cortex-m-rt = "0.6.13" +cortex-m = "0.7.4" +cortex-m-rt = "0.7.1" nb = "1" panic-halt = "0.2.0" stm32f0xx-hal = { version = "0.18.0", features = ["rt", "stm32f072"] }