Merge pull request #17 from andresv/patch-1

update cortex-m to 0.6.4
This commit is contained in:
Jonas Schievink
2020-10-29 14:08:38 +01:00
committed by GitHub
+1 -1
View File
@@ -21,7 +21,7 @@ git = "https://github.com/knurling-rs/probe-run"
branch = "main" branch = "main"
[dependencies] [dependencies]
cortex-m = "0.6.3" cortex-m = "0.6.4"
cortex-m-rt = "0.6.13" cortex-m-rt = "0.6.13"
# TODO(4) enter your HAL here # TODO(4) enter your HAL here
# some-hal = "1.2.3" # some-hal = "1.2.3"