-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Edition 3 post-2 build-dependencies problem #1303
Comments
Sorry to bother you. I continue to follow the rest of the post. I finish the |
|
Thank you for your reply. It seems like it's not a big problem, the whole project works fine. By the way, when edition 3 is fully completed, I can assist with Chinese translation. |
Thank you! |
Hi, I'm trying to follow the guide in edition 3 post-2. After I add build-dependencies as blog_os crate is, the
cargo build
command doesn't compile kernel and bootloader_api.My Cargo.toml is:
And the Cargo.toml in kernel crate is:
The output of
cargo build
is:And when I try to get the output of 'cargo tree', it goes like this:
Is there something wrong with my configuration?
The text was updated successfully, but these errors were encountered: