Skip to content

Commit 57983ec

Browse files
committed
Update x86_64 and bootloader dependencies for example kernels
1 parent 5465f85 commit 57983ec

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

example-kernels/Cargo.lock

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

example-kernels/basic/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ authors = ["Philipp Oppermann <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
bootloader = "0.9.2"
9-
x86_64 = "0.10.2"
8+
bootloader = "0.9.3"
9+
x86_64 = "0.11.0"

example-kernels/runner-doctest/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["Philipp Oppermann <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
bootloader = "0.9.2"
9-
x86_64 = "0.10.2"
8+
bootloader = "0.9.3"
9+
x86_64 = "0.11.0"
1010

1111
[package.metadata.bootimage]
1212
test-success-exit-code = 33 # (0x10 << 1) | 1

example-kernels/runner-test/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ name = "no-harness"
99
harness = false
1010

1111
[dependencies]
12-
bootloader = "0.9.2"
13-
x86_64 = "0.10.2"
12+
bootloader = "0.9.3"
13+
x86_64 = "0.11.0"
1414

1515
[package.metadata.bootimage]
1616
test-success-exit-code = 33 # (0x10 << 1) | 1

example-kernels/runner/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["Philipp Oppermann <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
bootloader = "0.9.2"
9-
x86_64 = "0.10.2"
8+
bootloader = "0.9.3"
9+
x86_64 = "0.11.0"
1010

1111
[package.metadata.bootimage]
1212
run-args = ["-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-display", "none"]

0 commit comments

Comments
 (0)