aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-01-24 15:45:14 +0000
committerGitHub <noreply@github.com>2020-01-24 15:45:14 +0000
commit60c14ef680c68593b2cadb24aa086d62973dcad5 (patch)
treee17a95288ca1373436307b76ed1b99bafbe6bf38 /Cargo.toml
parent03ac76a0a209f4af2baaf4bb56057b96a672e391 (diff)
parent60639b3a9ca22b89067124651ff86ab3c81756c1 (diff)
Merge #294
294: use the safe DWT::unlock API r=korken89 a=japaric instead of a unsafe write_volatile call Co-authored-by: Jorge Aparicio <jorge@japaric.io>
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 ce371f9..01b3ede 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"