Add toml extension to .cargo/config and use table format for unstable

This commit is contained in:
Philipp Oppermann
2020-07-17 10:57:04 +02:00
parent f135aefae8
commit 44d7654ef6

View File

@@ -1,4 +1,5 @@
unstable.build-std = ["core", "compiler_builtins"] [unstable]
build-std = ["core", "compiler_builtins"]
[build] [build]
target = "x86_64-blog_os.json" target = "x86_64-blog_os.json"