diff options
author | 2021-08-29 11:52:51 +0200 | |
---|---|---|
committer | 2021-08-29 11:52:51 +0200 | |
commit | 70f778d51b7173db8467afa19b64c59995624a13 (patch) | |
tree | afa6c58e5b9c1889417c7aed470e816e3c701f8e | |
parent | fafa4b4d204c1f88f17144da7ae228cba450275d (diff) | |
download | cortex-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |