Skip to content

Commit 6bdef4a

Browse files
retragerbradford
authored andcommitted
build: Update x86_64 and uart_16550
These dependencies require update for updating Rust toolchain. Signed-off-by: Akira Moroo <[email protected]>
1 parent 26378ef commit 6bdef4a

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

Cargo.lock

Lines changed: 8 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
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)