Use -Zbuildstd instead of cargo-xbuild

This commit is contained in:
Philipp Oppermann
2020-07-16 15:37:09 +02:00
parent b1bf0873ce
commit 07d8a22a53
3 changed files with 13 additions and 3 deletions

View File

@@ -5,4 +5,4 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
edition = "2018"
[dependencies]
bootloader = "0.9.3"
bootloader = { git = "https://github.com/rust-osdev/bootloader.git", branch = "Zbuild-std" }