Skip to content

Commit

Permalink
build: Update x86_64 and uart_16550
Browse files Browse the repository at this point in the history
These dependencies require update for updating Rust toolchain.

Signed-off-by: Akira Moroo <retrage01@gmail.com>
  • Loading branch information
retrage committed Mar 5, 2021
1 parent 9eaf482 commit 87aa332
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
24 changes: 8 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ coreboot = []

[dependencies]
bitflags = "1.2"
x86_64 = "0.13.1"
x86_64 = "0.13.2"
atomic_refcell = "0.1"
r-efi = "3.2.0"
uart_16550 = "0.2.10"
uart_16550 = "0.2.12"
linked_list_allocator = "0.8.11"

[dev-dependencies]
Expand Down

0 comments on commit 87aa332

Please sign in to comment.