diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-01-24 15:45:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-24 15:45:14 +0000 |
| commit | 60c14ef680c68593b2cadb24aa086d62973dcad5 (patch) | |
| tree | e17a95288ca1373436307b76ed1b99bafbe6bf38 /Cargo.toml | |
| parent | 03ac76a0a209f4af2baaf4bb56057b96a672e391 (diff) | |
| parent | 60639b3a9ca22b89067124651ff86ab3c81756c1 (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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
