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 blog to use build-std feature instead of cargo-xbuild #836

Merged
merged 7 commits into from
Jul 17, 2020

Conversation

phil-opp
Copy link
Owner

@phil-opp phil-opp commented Jul 17, 2020

This updates the blog for the changes in #835. The changes on the blog include:

  • Introduce the build-std feature of cargo instead of using cargo-xbuild crate 🎉
  • Replace all instances of cargo xbuild/xrun/xtest with the standard cargo build/run/test across the second edition posts
  • Add a dependency on rlibc to provide memcpy etc implementations.
  • Update bootloader dependency to version 0.9.8
  • Update the 'Heap Allocation' post to enable the alloc dependency in the unstable.build-std list in cargo/config.toml.
  • Rename .cargo/config file to .cargo/config.toml

@phil-opp phil-opp added the relnotes "Release notes" – Notable changes that are rendered on the blog. label Jul 17, 2020
@phil-opp phil-opp merged commit e407ec0 into master Jul 17, 2020
@phil-opp phil-opp deleted the build-std branch July 17, 2020 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relnotes "Release notes" – Notable changes that are rendered on the blog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants