aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2020-01-21 22:13:23 +0100
committerJorge Aparicio <jorge@japaric.io>2020-01-21 22:13:23 +0100
commit60639b3a9ca22b89067124651ff86ab3c81756c1 (patch)
tree9add8deaf2b5350b352b38d20d9723c14a2d15a2 /Cargo.toml
parent6b0a2df41c024fa8e7da07f3b42a80f19840432e (diff)
use the safe DWT::unlock API
instead of a unsafe write_volatile call
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 56ef2ac..b76777e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ name = "types"
required-features = ["__v7"]
[dependencies]
-cortex-m = "0.6.0"
+cortex-m = "0.6.2"
cortex-m-rtfm-macros = { path = "macros", version = "0.5.0" }
rtfm-core = "0.3.0"
cortex-m-rt = "0.6.9"