Update post-02 to new lockfile format

This commit is contained in:
Philipp Oppermann
2019-11-28 14:03:59 +01:00
parent 60856aac6b
commit 1c4ca04a2f

8
Cargo.lock generated
View File

@@ -4,13 +4,11 @@
name = "blog_os" name = "blog_os"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"bootloader 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "bootloader",
] ]
[[package]] [[package]]
name = "bootloader" name = "bootloader"
version = "0.8.1" version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d596849a47f28abdea62d7a6a25c4f6e69c3d9b09b0a2877db6e9cda004ca993"
[metadata]
"checksum bootloader 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "45dd858bd74a742ec0fe887722952c263abd0825aa8d33a3704917a97d7bd41e"