Skip to content

Commit a718354

Browse files
committed
Tests: Update to bootloader 0.6.4 and update Cargo.lock
1 parent e9fb5c2 commit a718354

File tree

9 files changed

+46
-40
lines changed

9 files changed

+46
-40
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ First you need to add a dependency on the [`bootloader`](https://github.com/rust
1616
# in your Cargo.toml
1717

1818
[dependencies]
19-
bootloader = "0.5.1"
19+
bootloader = "0.6.4"
2020
```
2121

2222
**Note**: At least bootloader version `0.5.1` is required since `bootimage 0.7.0`. For earlier bootloader versions, use `bootimage 0.6.6`.

example-kernels/Cargo.lock

Lines changed: 38 additions & 32 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.5.1"
8+
bootloader = "0.6.4"
99
x86_64 = "0.5.3"

example-kernels/default-target-bootimage/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.5.1"
8+
bootloader = "0.6.4"
99
x86_64 = "0.5.3"
1010

1111
[package.metadata.bootimage]

example-kernels/default-target-cargo/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.5.1"
8+
bootloader = "0.6.4"
99
x86_64 = "0.5.3"

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.5.1"
12+
bootloader = "0.6.4"
1313
x86_64 = "0.5.3"
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.5.1"
8+
bootloader = "0.6.4"
99
x86_64 = "0.5.3"
1010

1111
[package.metadata.bootimage]

example-kernels/testing-qemu-exit-code/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.5.1"
8+
bootloader = "0.6.4"
99
x86_64 = "0.5.3"
1010

1111
[package.metadata.bootimage]

example-kernels/testing-serial-result/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.5.1"
8+
bootloader = "0.6.4"
99
x86_64 = "0.5.3"
1010
spin = "0.4.9"
1111
uart_16550 = "0.1.0"

0 commit comments

Comments
 (0)