mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Update to bootloader 0.9.8
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -10,11 +10,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bootloader"
|
||||
version = "0.9.5"
|
||||
source = "git+https://github.com/rust-osdev/bootloader.git?branch=Zbuild-std#874fe6ec5a0043b515ef74591b925bb527fb3c9a"
|
||||
dependencies = [
|
||||
"rlibc",
|
||||
]
|
||||
version = "0.9.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0ad686b9b47363de7d36c05fb6885f17d08d0f2d15b1bc782a101fe3c94a2c7c"
|
||||
|
||||
[[package]]
|
||||
name = "rlibc"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user