Skip to content

Commit

Permalink
Bump version to v0.11.0-beta.8 to test personal access token
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Dec 1, 2022
1 parent 8abbea7 commit 56300f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ members = [
exclude = ["examples/basic", "examples/test_framework"]

[workspace.package]
version = "0.11.0-beta.7" # don't forget to update `workspace.dependencies` below
version = "0.11.0-beta.8" # don't forget to update `workspace.dependencies` below
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-osdev/bootloader"

[workspace.dependencies]
bootloader_api = { version = "0.11.0-beta.7", path = "api" }
bootloader-x86_64-common = { version = "0.11.0-beta.7", path = "common" }
bootloader-x86_64-bios-common = { version = "0.11.0-beta.7", path = "bios/common" }
bootloader_api = { version = "0.11.0-beta.8", path = "api" }
bootloader-x86_64-common = { version = "0.11.0-beta.8", path = "common" }
bootloader-x86_64-bios-common = { version = "0.11.0-beta.8", path = "bios/common" }

[dependencies]
anyhow = "1.0.32"
Expand Down

0 comments on commit 56300f5

Please sign in to comment.