-
Notifications
You must be signed in to change notification settings - Fork 66
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
Issue parsing Cargo.toml #95
Comments
Try putting |
Thanks for the suggestion, I gave that a go but the error still persists |
My bad, you actually need to downgrade bootloader to 0.9. |
|
Don't use |
Using a custom target seems to have fixed the issue. Thank you. |
Feel free to open a PR. |
Here's the error
Here's my Cargo.toml
main.rs:
I've tried downgrading bootloader to various versions, I've tried changing the tag in various ways, I've tried instead
Nothing has worked, I don't understand what the error message is telling me to do. I'm trying to follow the "Writing an OS in rust" tutorial. It has worked for me without issue in the past, I have no idea why things are breaking in bizarre ways this time.
Please let me know how to proceed, thanks.
The text was updated successfully, but these errors were encountered: