Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1e34b43

Browse files
committed
release v0.11.11
1 parent 3082b55 commit 1e34b43

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

‎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
@@ -22,15 +22,15 @@ exclude = ["examples/basic", "examples/test_framework", "tests/test_kernels/*"]
2222

2323
[workspace.package]
2424
# don't forget to update `workspace.dependencies` below
25-
version = "0.11.10"
25+
version = "0.11.11"
2626
license = "MIT OR Apache-2.0"
2727
repository = "https://github.com/rust-osdev/bootloader"
2828

2929
[workspace.dependencies]
30-
bootloader_api = { version = "0.11.10", path = "api" }
31-
bootloader-x86_64-common = { version = "0.11.10", path = "common" }
32-
bootloader-boot-config = { version = "0.11.10", path = "common/config" }
33-
bootloader-x86_64-bios-common = { version = "0.11.10", path = "bios/common" }
30+
bootloader_api = { version = "0.11.11", path = "api" }
31+
bootloader-x86_64-common = { version = "0.11.11", path = "common" }
32+
bootloader-boot-config = { version = "0.11.11", path = "common/config" }
33+
bootloader-x86_64-bios-common = { version = "0.11.11", path = "bios/common" }
3434

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /