Skip to content

Commit 18f2931

Browse files
committed
chore: bump uart_16550 to 0.7.0
1 parent e820ae2 commit 18f2931

15 files changed

Lines changed: 26 additions & 26 deletions

File tree

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.

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ xmas-elf = "0.8.0"
1919
raw-cpuid = "10.2.0"
2020
rand = { version = "0.8.6", default-features = false }
2121
rand_hc = "0.3.1"
22-
uart_16550 = "0.6.0"
22+
uart_16550 = "0.7.0"
2323
log = "0.4.17"
2424

2525
[dependencies.noto-sans-mono-bitmap]

examples/basic/kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ edition = "2024"
55

66
[dependencies]
77
bootloader_api = "0.11.12"
8-
uart_16550 = "0.6.0"
8+
uart_16550 = "0.7.0"
99
x86_64 = "0.15.2"

tests/test_kernels/config_file/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ bootloader_api = { path = "../../../api" }
99
x86_64 = { version = "0.15.2", default-features = false, features = [
1010
"instructions",
1111
] }
12-
uart_16550 = "0.6.0"
12+
uart_16550 = "0.7.0"

tests/test_kernels/default_settings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ bootloader_api = { path = "../../../api" }
99
x86_64 = { version = "0.15.2", default-features = false, features = [
1010
"instructions",
1111
] }
12-
uart_16550 = "0.6.0"
12+
uart_16550 = "0.7.0"

tests/test_kernels/fixed_kernel_address/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ bootloader_api = { path = "../../../api" }
88
x86_64 = { version = "0.15.2", default-features = false, features = [
99
"instructions",
1010
] }
11-
uart_16550 = "0.6.0"
11+
uart_16550 = "0.7.0"

tests/test_kernels/higher_half/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ bootloader_api = { path = "../../../api" }
1111
x86_64 = { version = "0.15.2", default-features = false, features = [
1212
"instructions",
1313
] }
14-
uart_16550 = "0.6.0"
14+
uart_16550 = "0.7.0"
1515

1616
# set to higher half through profile.test.rustflags key in top-level Cargo.toml

tests/test_kernels/lower_memory_free/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ bootloader_api = { path = "../../../api" }
88
x86_64 = { version = "0.15.2", default-features = false, features = [
99
"instructions",
1010
] }
11-
uart_16550 = "0.6.0"
11+
uart_16550 = "0.7.0"

tests/test_kernels/lto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ bootloader_api = { path = "../../../api" }
99
x86_64 = { version = "0.15.2", default-features = false, features = [
1010
"instructions",
1111
] }
12-
uart_16550 = "0.6.0"
12+
uart_16550 = "0.7.0"

tests/test_kernels/map_phys_mem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ bootloader_api = { path = "../../../api" }
99
x86_64 = { version = "0.15.2", default-features = false, features = [
1010
"instructions",
1111
] }
12-
uart_16550 = "0.6.0"
12+
uart_16550 = "0.7.0"

0 commit comments

Comments
 (0)