Skip to content

Commit 51922ff

Browse files
committed
Bump version to v0.11.0-beta.5 to test automatic release creation
1 parent 71f574d commit 51922ff

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Diff for: Cargo.lock

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

Diff for: 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.4"
30+
version = "0.11.0-beta.5" # don't forget to update `workspace.dependencies` below
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.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" }
35+
bootloader_api = { version = "0.11.0-beta.5", path = "api" }
36+
bootloader-x86_64-common = { version = "0.11.0-beta.5", path = "common" }
37+
bootloader-x86_64-bios-common = { version = "0.11.0-beta.5", path = "bios/common" }
3838

3939
[dependencies]
4040
anyhow = "1.0.32"

0 commit comments

Comments
 (0)