aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-03 21:09:44 +0000
committerGitHub <noreply@github.com>2023-01-03 21:09:44 +0000
commit67cccbd4819c4d874780a6b388d7f10c1c8031b2 (patch)
tree74ff5e0ba690b80e9e95edd0835d6ab1436c3473 /Cargo.toml
parent57cc986636d6de6f9d7b115e090425cf46a01a2d (diff)
Update cortex-m-semihosting requirement from 0.3.3 to 0.5.0
Updates the requirements on [cortex-m-semihosting](https://github.com/rust-embedded/cortex-m) to permit the latest version. - [Release notes](https://github.com/rust-embedded/cortex-m/releases) - [Changelog](https://github.com/rust-embedded/cortex-m/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/cortex-m/compare/c-m-sh-v0.3.5...v0.5.0) --- updated-dependencies: - dependency-name: cortex-m-semihosting dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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 61f8e56..b5529e2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ version_check = "0.9"
[dev-dependencies]
lm3s6965 = "0.1.3"
-cortex-m-semihosting = "0.3.3"
+cortex-m-semihosting = "0.5.0"
systick-monotonic = "1.0.0"
[dev-dependencies.panic-semihosting]