Skip to content

Commit c0d4486

Browse files
committed
Bump version to v0.11.0-beta.4
1 parent 85b6b0f commit c0d4486

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ members = [
2727
exclude = ["examples/basic", "examples/test_framework"]
2828

2929
[workspace.package]
30-
version = "0.11.0-beta.2"
30+
version = "0.11.0-beta.4"
3131
license = "MIT/Apache-2.0"
3232
repository = "https://github.com/rust-osdev/bootloader"
3333

3434
[workspace.dependencies]
35-
bootloader_api = { version = "0.11.0-beta.2", path = "api" }
36-
bootloader-x86_64-common = { version = "0.11.0-beta.2", path = "common" }
37-
bootloader-x86_64-bios-common = { version = "0.11.0-beta.2", path = "bios/common" }
35+
bootloader_api = { version = "0.11.0-beta.4", path = "api" }
36+
bootloader-x86_64-common = { version = "0.11.0-beta.4", path = "common" }
37+
bootloader-x86_64-bios-common = { version = "0.11.0-beta.4", path = "bios/common" }
3838

3939
[dependencies]
4040
anyhow = "1.0.32"

0 commit comments

Comments
 (0)