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

8
Cargo.lock generated
View File

@@ -10,11 +10,9 @@ dependencies = [
[[package]] [[package]]
name = "bootloader" name = "bootloader"
version = "0.9.5" version = "0.9.8"
source = "git+https://github.com/rust-osdev/bootloader.git?branch=Zbuild-std#874fe6ec5a0043b515ef74591b925bb527fb3c9a" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ checksum = "0ad686b9b47363de7d36c05fb6885f17d08d0f2d15b1bc782a101fe3c94a2c7c"
"rlibc",
]
[[package]] [[package]]
name = "rlibc" name = "rlibc"

View File

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