From f135aefae8bcbbb501cf0fe9b964f8100301d054 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 17 Jul 2020 10:52:21 +0200 Subject: [PATCH] Update to bootloader 0.9.8 --- Cargo.lock | 8 +++----- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c431e50..142950bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 202a050a..163efcd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Philipp Oppermann "] edition = "2018" [dependencies] -bootloader = { git = "https://github.com/rust-osdev/bootloader.git", branch = "Zbuild-std" } +bootloader = "0.9.8" rlibc = "1.0.0"