aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alex Martens <alex@thinglab.org> 2023-11-04 02:16:06 +0000
committerGravatar GitHub <noreply@github.com> 2023-11-04 02:16:06 +0000
commit8050902ff0ccbd04abd9fad7f3d32d3a788f5c8e (patch)
tree438087ce15fd6f193cc52f6bb36057d711f050ba
parent7f4c2717cf0d56ba488da542fefe4371253d0ead (diff)
parenta53f629296ef3e01fb01b59071c5cf353897978c (diff)
downloadcortex-m-8050902ff0ccbd04abd9fad7f3d32d3a788f5c8e.tar.gz
cortex-m-8050902ff0ccbd04abd9fad7f3d32d3a788f5c8e.tar.zst
cortex-m-8050902ff0ccbd04abd9fad7f3d32d3a788f5c8e.zip
Merge pull request #493 from rust-embedded/volatile-reg-0.2.2
cortex-m: update to volatile-register 0.2.2, fixes #485
-rw-r--r--cortex-m/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m/Cargo.toml b/cortex-m/Cargo.toml
index cdd63bd..03a1ca1 100644
--- a/cortex-m/Cargo.toml
+++ b/cortex-m/Cargo.toml
@@ -18,7 +18,7 @@ links = "cortex-m" # prevent multiple versions of this crate to be linked toget
[dependencies]
critical-section = "1.0.0"
-volatile-register = "0.2.0"
+volatile-register = "0.2.2"
bitfield = "0.13.2"
embedded-hal = "0.2.4"