Update to bootloader 0.9.8

This commit is contained in:
Philipp Oppermann
2020-07-17 10:52:21 +02:00
parent ffaac76876
commit f135aefae8
2 changed files with 4 additions and 6 deletions

View File

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