Add alloc to the template's config.toml

This commit is contained in:
Gwilym Kuiper 2021-08-16 23:41:44 +01:00
parent 6d11302725
commit 9350e837b7

View file

@ -1,5 +1,5 @@
[unstable] [unstable]
build-std = ["core"] build-std = ["core", "alloc"]
build-std-features = ["compiler-builtins-mem"] build-std-features = ["compiler-builtins-mem"]
[build] [build]