Skip to content

Commit 3d41b10

Browse files
Update panic-semihosting requirement from 0.5.2 to 0.6.0
Updates the requirements on [panic-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](rust-embedded/cortex-m@v0.5.2...v0.6.0) --- updated-dependencies: - dependency-name: panic-semihosting dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57cc986 commit 3d41b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ systick-monotonic = "1.0.0"
3737

3838
[dev-dependencies.panic-semihosting]
3939
features = ["exit"]
40-
version = "0.5.2"
40+
version = "0.6.0"
4141

4242
[target.x86_64-unknown-linux-gnu.dev-dependencies]
4343
trybuild = "1"

0 commit comments

Comments
 (0)