aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fabian Viöl <f.vioel@googlemail.com> 2021-11-01 07:52:14 +0100
committerGravatar Fabian Viöl <f.vioel@googlemail.com> 2021-11-01 07:52:14 +0100
commit0f38c383cd7193ffa6f4e705ea2a01b4ab3d60c0 (patch)
treed9123f1665efe4762d2a188d7e897b7e509bf78a
parent6b013138b734b9bbeb24a345f75d2bcc1c69fa8d (diff)
downloadcortex-m-0f38c383cd7193ffa6f4e705ea2a01b4ab3d60c0.tar.gz
cortex-m-0f38c383cd7193ffa6f4e705ea2a01b4ab3d60c0.tar.zst
cortex-m-0f38c383cd7193ffa6f4e705ea2a01b4ab3d60c0.zip
Fix minimal dependency build
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 19aa249..d58a5b7 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"