mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Use -Zbuildstd instead of cargo-xbuild
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user