Add alloc crate to build-std crates

This commit is contained in:
Philipp Oppermann
2020-07-16 16:00:46 +02:00
parent 69c7df8a30
commit d215eb07c2

View File

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