diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-03 21:09:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-03 21:09:44 +0000 |
| commit | 67cccbd4819c4d874780a6b388d7f10c1c8031b2 (patch) | |
| tree | 74ff5e0ba690b80e9e95edd0835d6ab1436c3473 /Cargo.toml | |
| parent | 57cc986636d6de6f9d7b115e090425cf46a01a2d (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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |
