From 9350e837b7f5631928bb9503331ec8fdb4661fc2 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Mon, 16 Aug 2021 23:41:44 +0100 Subject: [PATCH] Add alloc to the template's config.toml --- template/.cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.cargo/config.toml b/template/.cargo/config.toml index d352818b..76de9890 100644 --- a/template/.cargo/config.toml +++ b/template/.cargo/config.toml @@ -1,5 +1,5 @@ [unstable] -build-std = ["core"] +build-std = ["core", "alloc"] build-std-features = ["compiler-builtins-mem"] [build]