From a3d58588a293c7aee5a14535598fb01bec32e8c5 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 23 Aug 2020 18:33:34 +0200 Subject: [PATCH] Comment out configuration until there is a way to ignore it for runners --- .cargo/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 2f9647c1..a705dc1e 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,8 +1,8 @@ [unstable] -build-std = ["core", "compiler_builtins"] +# build-std = ["core", "compiler_builtins"] [build] -target = "x86_64-blog_os.json" +# target = "x86_64-blog_os.json" [target.'cfg(target_os = "none")'] runner = "bootimage runner"