aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marcel Hellwig <github@cookiesoft.de> 2021-08-29 11:52:51 +0200
committerGravatar GitHub <noreply@github.com> 2021-08-29 11:52:51 +0200
commit70f778d51b7173db8467afa19b64c59995624a13 (patch)
treeafa6c58e5b9c1889417c7aed470e816e3c701f8e
parentfafa4b4d204c1f88f17144da7ae228cba450275d (diff)
downloadcortex-m-70f778d51b7173db8467afa19b64c59995624a13.tar.gz
cortex-m-70f778d51b7173db8467afa19b64c59995624a13.tar.zst
cortex-m-70f778d51b7173db8467afa19b64c59995624a13.zip
Update bare-metal dependency
Bare-metal has released its 1.0 version. Let's use it!
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 26aad27..d932ffd 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 = "1"
volatile-register = "0.2.0"
bitfield = "0.13.2"
embedded-hal = "0.2.4"