aboutsummaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-17 14:36:01 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-17 14:36:01 +0100
commit96cc0e89eb19601437e36182424940521f3d533c (patch)
tree54a079694c55b09e72e556bf9f0eddc9d56e5741 /.cargo
parent512b3258209e94f7a1662c9a78a11067c836dc76 (diff)
added memory functions to compiler config
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml1
1 files changed, 1 insertions, 0 deletions
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