Rust nightly update - polling serial & vga_buffer
This commit is contained in:
parent
b9980aa67b
commit
0531f8d083
@ -7,8 +7,8 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
x86_64 = "0.12.2"
|
||||
spin = "0.5.2"
|
||||
x86_64 = "0.14.1"
|
||||
spin = "0.9.0"
|
||||
|
||||
[dependencies.lazy_static]
|
||||
version = "1.4.0"
|
||||
|
@ -7,8 +7,8 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
volatile = "0.3.0"
|
||||
spin = "0.5.2"
|
||||
volatile = "0.2.6"
|
||||
spin = "0.9.0"
|
||||
|
||||
[dependencies.lazy_static]
|
||||
version = "1.4.0"
|
||||
|
Loading…
Reference in New Issue
Block a user