Rust nightly update - polling serial & vga_buffer

This commit is contained in:
Guillume DIDIER 2021-06-10 11:22:50 +02:00
parent b9980aa67b
commit 0531f8d083
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"