Skip to content

Commit 6b4d3f8

Browse files
bors[bot]maxekman
andcommitted
Merge #79
79: Update panic-semihosting to v0.3.0 r=japaric a=maxekman To support the latest nightly. Similar to rust-embedded/cortex-m-quickstart#33. Would also be great to have a new release of this package and update the discovery project/book to compile with latest nightly. Note that I'm very new to the Rust space and these projects and not really sure if bumping this dependency have any other implications! Co-authored-by: Max Ekman <[email protected]>
2 parents c259cf9 + 9268787 commit 6b4d3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m-rt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cc = "1.0.10"
1616
r0 = "0.2.1"
1717

1818
[dev-dependencies]
19-
panic-semihosting = "0.2.0"
19+
panic-semihosting = "0.3.0"
2020

2121
[features]
2222
device = []

0 commit comments

Comments
 (0)