From d4c256c6536e7f64b5945be255841578900b7a5f Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 28 Nov 2019 14:07:23 +0100 Subject: [PATCH] Update post-07 to new lockfile format --- Cargo.lock | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9b738d9..1c5f1a62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -27,8 +27,8 @@ version = "0.1.0" dependencies = [ "bootloader", "lazy_static", - "pc-keyboard 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "pic8259_simple 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "pc-keyboard", + "pic8259_simple", "spin", "uart_16550", "volatile", @@ -54,6 +54,7 @@ dependencies = [ name = "cpuio" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22b8e308ccfc5acf3b82f79c0eac444cf6114cb2ac67a230ca6c177210068daa" [[package]] name = "lazy_static" @@ -70,6 +71,21 @@ version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" +[[package]] +name = "pc-keyboard" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fff50ab09ba31bcebc0669f4e64c0952fae1acdca9e6e0587e68e4e8443808ac" + +[[package]] +name = "pic8259_simple" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc64b2fd10828da8521b6cdabe0679385d7d2a3a6d4c336b819d1fa31ba35c72" +dependencies = [ + "cpuio", +] + [[package]] name = "rustc_version" version = "0.2.3" @@ -94,19 +110,6 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" -[[package]] -name = "pc-keyboard" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "pic8259_simple" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "cpuio 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "spin" version = "0.5.2" @@ -147,7 +150,3 @@ dependencies = [ "cast", "ux", ] - -"checksum cpuio 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "22b8e308ccfc5acf3b82f79c0eac444cf6114cb2ac67a230ca6c177210068daa" -"checksum pc-keyboard 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fff50ab09ba31bcebc0669f4e64c0952fae1acdca9e6e0587e68e4e8443808ac" -"checksum pic8259_simple 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc64b2fd10828da8521b6cdabe0679385d7d2a3a6d4c336b819d1fa31ba35c72" \ No newline at end of file