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 fa87d01

Browse files
Merge pull request #351 from rust-osdev/release
Release `v0.11.2`
2 parents 2a65d22 + c4fcd1e commit fa87d01

File tree

3 files changed

+21
-17
lines changed

3 files changed

+21
-17
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ exclude = ["examples/basic", "examples/test_framework"]
3131

3232
[workspace.package]
3333
# don't forget to update `workspace.dependencies` below
34-
version = "0.11.1"
34+
version = "0.11.2"
3535
license = "MIT/Apache-2.0"
3636
repository = "https://github.com/rust-osdev/bootloader"
3737

3838
[workspace.dependencies]
39-
bootloader_api = { version = "0.11.1", path = "api" }
40-
bootloader-x86_64-common = { version = "0.11.1", path = "common" }
41-
bootloader-boot-config = { version = "0.11.1", path = "common/config" }
42-
bootloader-x86_64-bios-common = { version = "0.11.1", path = "bios/common" }
39+
bootloader_api = { version = "0.11.2", path = "api" }
40+
bootloader-x86_64-common = { version = "0.11.2", path = "common" }
41+
bootloader-boot-config = { version = "0.11.2", path = "common/config" }
42+
bootloader-x86_64-bios-common = { version = "0.11.2", path = "bios/common" }
4343

4444
[features]
4545
default = ["bios", "uefi"]
46-
bios = ["dep:mbrman", "bootloader_test_runner/bios"]
47-
uefi = ["dep:gpt", "bootloader_test_runner/uefi"]
46+
bios = ["dep:mbrman"]
47+
uefi = ["dep:gpt"]
4848

4949
[dependencies]
5050
anyhow = "1.0.32"

‎Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 0.11.2 – 2023年03月12日
4+
5+
- Fix internal error in Cargo.toml setup that prevented publishing 0.11.1
6+
37
# 0.11.1 – 2023年03月12日
48

59
## Features

0 commit comments

Comments
(0)

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