Update to x86_64 0.8.1

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

6
Cargo.lock generated
View File

@@ -30,7 +30,7 @@ dependencies = [
"spin", "spin",
"uart_16550", "uart_16550",
"volatile", "volatile",
"x86_64 0.8.0", "x86_64 0.8.1",
] ]
[[package]] [[package]]
@@ -130,9 +130,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

@@ -12,7 +12,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"
[dependencies.lazy_static] [dependencies.lazy_static]