japaric / f3

Board Support Crate for the STM32F3DISCOVERY
Apache License 2.0
94 stars 35 forks source link

update panic-semihosting to 0.3.0 to use #[panic_implementation] #94

Closed tahnok closed 6 years ago

tahnok commented 6 years ago

Trying to use the f3 crate with rustc 1.28.0-nightly (b68432d56 2018-06-12) fails to compile with

   |
67 | #[lang = "panic_fmt"]
   | ^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt`

error: aborting due to previous error

Following the recommendation in https://users.rust-lang.org/t/psa-breaking-change-panic-fmt-language-item-removed-in-favor-of-panic-implementation/17875 I bumped panic-semihosting to 0.3.0

japaric commented 6 years ago

Thanks @tahnok.

bors r+

bors[bot] commented 6 years ago

Build failed

japaric commented 6 years ago

bors r+

bors[bot] commented 6 years ago

Build succeeded