From 0f38c383cd7193ffa6f4e705ea2a01b4ab3d60c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Vi=C3=B6l?= Date: Mon, 1 Nov 2021 07:52:14 +0100 Subject: [PATCH] Fix minimal dependency build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19aa249d..d58a5b76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ edition = "2018" links = "cortex-m" # prevent multiple versions of this crate to be linked together [dependencies] -bare-metal = { version = "0.2.0", features = ["const-fn"] } +bare-metal = { version = "0.2.4", features = ["const-fn"] } volatile-register = "0.2.0" bitfield = "0.13.2" embedded-hal = "0.2.4"