Skip to content

Commit 820c07f

Browse files
committed
Enable json-target-spec
Nightly versions starting with 2026-02-01 require this flag when JSON targets are used.
1 parent 0c97c72 commit 820c07f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
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"

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)