From 31f28fe1197d765ce4f8b4feea68095db8e3d22d Mon Sep 17 00:00:00 2001 From: Andres Vahter Date: Thu, 29 Oct 2020 15:05:07 +0200 Subject: [PATCH] update cortex-m to 0.6.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1baaf91..9b74cdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ git = "https://github.com/knurling-rs/probe-run" branch = "main" [dependencies] -cortex-m = "0.6.3" +cortex-m = "0.6.4" cortex-m-rt = "0.6.13" # TODO(4) enter your HAL here # some-hal = "1.2.3"