Merge branch 'post-06' into post-07

This commit is contained in:
Philipp Oppermann
2019-12-10 17:31:24 +01:00
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -32,7 +32,7 @@ dependencies = [
"spin", "spin",
"uart_16550", "uart_16550",
"volatile", "volatile",
"x86_64 0.8.0", "x86_64 0.8.1",
] ]
[[package]] [[package]]
@@ -153,9 +153,9 @@ dependencies = [
[[package]] [[package]]
name = "x86_64" name = "x86_64"
version = "0.8.0" version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a16d71284451a78134cae89ad63d5a0b0cc4b3aa663399f6a9dad74155228c61" checksum = "f21672dcbed52bc09eea030d189600c0189c66c97bc5b31779eb780e064a201f"
dependencies = [ dependencies = [
"array-init", "array-init",
"bit_field", "bit_field",

View File

@@ -16,7 +16,7 @@ harness = false
bootloader = "0.8.0" bootloader = "0.8.0"
volatile = "0.2.6" volatile = "0.2.6"
spin = "0.5.2" spin = "0.5.2"
x86_64 = "0.8.0" x86_64 = "0.8.1"
uart_16550 = "0.2.0" uart_16550 = "0.2.0"
pic8259_simple = "0.1.1" pic8259_simple = "0.1.1"
pc-keyboard = "0.3.1" pc-keyboard = "0.3.1"