Skip to content

Commit 058439b

Browse files
committed
Update example kernels to use -Zbuild-std and bootloader 0.9.7
1 parent 11501a4 commit 058439b

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
lines changed

example-kernels/.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[unstable]
2+
build-std = ["core", "compiler_builtins"]

example-kernels/Cargo.lock

Lines changed: 15 additions & 6 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
55
edition = "2018"
66

77
[dependencies]
8-
bootloader = "0.9.3"
8+
bootloader = "0.9.7"
99
x86_64 = "0.11.0"

example-kernels/runner-doctest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
55
edition = "2018"
66

77
[dependencies]
8-
bootloader = "0.9.3"
8+
bootloader = "0.9.7"
99
x86_64 = "0.11.0"
1010

1111
[package.metadata.bootimage]

example-kernels/runner-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "no-harness"
99
harness = false
1010

1111
[dependencies]
12-
bootloader = "0.9.3"
12+
bootloader = "0.9.7"
1313
x86_64 = "0.11.0"
1414

1515
[package.metadata.bootimage]

example-kernels/runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
55
edition = "2018"
66

77
[dependencies]
8-
bootloader = "0.9.3"
8+
bootloader = "0.9.7"
99
x86_64 = "0.11.0"
1010

1111
[package.metadata.bootimage]

0 commit comments

Comments
 (0)