Skip to content

Commit e6eed92

Browse files
committed
build: Update x86_64 and uart_16550
These dependencies require update for updating Rust toolchain. Signed-off-by: Akira Moroo <[email protected]>
1 parent cbb5d6d commit e6eed92

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

Cargo.lock

+8-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ coreboot = []
2626

2727
[dependencies]
2828
bitflags = "1.2"
29-
x86_64 = "0.13.1"
29+
x86_64 = "0.13.2"
3030
atomic_refcell = "0.1"
3131
r-efi = "3.2.0"
32-
uart_16550 = "0.2.10"
32+
uart_16550 = "0.2.12"
3333
linked_list_allocator = "0.8.11"
3434

3535
[dev-dependencies]

0 commit comments

Comments
 (0)