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"