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

Commit

Permalink
Merge #79
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bors[bot] and maxekman committed Jun 20, 2018
2 parents 457a2e1 + dc791d0 commit 939d68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cc = "1.0.10"
r0 = "0.2.1"

[dev-dependencies]
panic-semihosting = "0.2.0"
panic-semihosting = "0.3.0"

[features]
device = []

0 comments on commit 939d68f

Please sign in to comment.