Skip to content

Commit 0e01159

Browse files
phil-oppclaude
andcommitted
release 0.11.16
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ed8a9c5 commit 0e01159

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ resolver = "3"
2323

2424
[workspace.package]
2525
# don't forget to update `workspace.dependencies` below
26-
version = "0.11.15"
26+
version = "0.11.16"
2727
license = "MIT OR Apache-2.0"
2828
repository = "https://github.com/rust-osdev/bootloader"
2929

3030
[workspace.dependencies]
31-
bootloader_api = { version = "0.11.15", path = "api" }
32-
bootloader-x86_64-common = { version = "0.11.15", path = "common" }
33-
bootloader-boot-config = { version = "0.11.15", path = "common/config" }
34-
bootloader-x86_64-bios-common = { version = "0.11.15", path = "bios/common" }
31+
bootloader_api = { version = "0.11.16", path = "api" }
32+
bootloader-x86_64-common = { version = "0.11.16", path = "common" }
33+
bootloader-boot-config = { version = "0.11.16", path = "common/config" }
34+
bootloader-x86_64-bios-common = { version = "0.11.16", path = "bios/common" }
3535

3636
[features]
3737
default = ["bios", "uefi"]

0 commit comments

Comments
 (0)