From 96cc0e89eb19601437e36182424940521f3d533c Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 17 Feb 2026 14:36:01 +0100 Subject: added memory functions to compiler config --- .cargo/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml index 093f66f..1390ca8 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,4 @@ [unstable] json-target-spec = true +build-std-features = ["compiler-builtins-mem"] build-std = ["core", "compiler_builtins"] \ No newline at end of file -- cgit v1.2.3