Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 939d68f

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 <max@looplab.se>
2 parents 457a2e1 + dc791d0 commit 939d68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)