Skip to content

Commit 7dde873

Browse files
committed
Cargo: Update dependancies and toolchain version
Signed-off-by: Joe Richey <[email protected]>
1 parent 1634ee6 commit 7dde873

File tree

3 files changed

+24
-23
lines changed

3 files changed

+24
-23
lines changed

Cargo.lock

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

Cargo.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ lto = true
1414
panic = "abort"
1515
lto = true
1616

17+
[package.metadata.cargo-xbuild]
18+
# panic_immediate_abort = true
19+
1720
[features]
1821
default = ["log-serial", "log-panic"]
1922
# Have the log! macro write to serial output. Disabling this significantly
@@ -25,7 +28,7 @@ log-panic = ["log-serial"]
2528

2629
[dependencies]
2730
bitflags = "1.2"
28-
x86_64 = "0.9"
31+
x86_64 = "0.10"
2932
atomic_refcell = "0.1"
3033
r-efi = "2.1.0"
31-
uart_16550 = "0.2.5"
34+
uart_16550 = "0.2.6"

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2020-03-01
1+
nightly-2020-05-15

0 commit comments

Comments
 (0)