Skip to content

Commit b542a75

Browse files
authored
Merge pull request #537 from rust-osdev/fix/nightly-breakage-2026-02-01-0.9.x
Enable json-target-spec
2 parents 0c97c72 + db2d1ac commit b542a75

File tree

6 files changed

+17
-2
lines changed

6 files changed

+17
-2
lines changed

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
[unstable]
2+
json-target-spec = true
3+
14
[build]
25
target = "x86_64-bootloader.json"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bootloader"
3-
version = "0.9.33"
3+
version = "0.9.34"
44
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
55
license = "MIT/Apache-2.0"
66
description = "An experimental pure-Rust x86 bootloader."

Changelog.md

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

3+
# 0.9.34 – 2026-02-01
4+
5+
This release is compatible with Rust nightlies starting with `nightly-2025-02-01`.
6+
7+
- [Enable json-target-spec](https://github.com/rust-osdev/bootloader/pull/537)
8+
39
# 0.9.33 – 2025-09-03
410

511
This release is compatible with Rust nightlies starting with `nightly-2025-08-28`.

example-kernel/.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
[unstable]
2+
json-target-spec = true
3+
14
[build]
25
target = "x86_64-example-kernel.json"

test-kernel/.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
[unstable]
2+
json-target-spec = true
3+
14
[build]
25
target = "x86_64-test-kernel.json"

0 commit comments

Comments
 (0)