We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c97c72 commit 820c07fCopy full SHA for 820c07f
3 files changed
.cargo/config.toml
@@ -1,2 +1,5 @@
1
+[unstable]
2
+json-target-spec = true
3
+
4
[build]
5
target = "x86_64-bootloader.json"
example-kernel/.cargo/config.toml
target = "x86_64-example-kernel.json"
test-kernel/.cargo/config.toml
target = "x86_64-test-kernel.json"
0 commit comments