Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update panic-semihosting version in generated Cargo.toml #76

Open
bobgates opened this issue Aug 27, 2019 · 0 comments
Open

Update panic-semihosting version in generated Cargo.toml #76

bobgates opened this issue Aug 27, 2019 · 0 comments

Comments

@bobgates
Copy link

bobgates commented Aug 27, 2019

At the moment, cortex-m-quickstart generates a Cargo.toml that includes a dependency on panic-semihosting version 0.3.0

This leads to an error when building:

error[E0557]: feature has been removed
  --> /Users/declan/.cargo/registry/src/github.com-1ecc6299db9ec823/panic-semihosting-0.3.0/src/lib.rs:59:12
   |
59 | #![feature(panic_implementation)]
   |            ^^^^^^^^^^^^^^^^^^^^
   |
note: subsumed by `#[panic_handler]` 

If the version of panic-semihosting is changed to 0.5.2, then the generated program builds as per the instructions in the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant