diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-17 14:36:01 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-17 14:36:01 +0100 |
| commit | 96cc0e89eb19601437e36182424940521f3d533c (patch) | |
| tree | 54a079694c55b09e72e556bf9f0eddc9d56e5741 | |
| parent | 512b3258209e94f7a1662c9a78a11067c836dc76 (diff) | |
added memory functions to compiler config
| -rw-r--r-- | .cargo/config.toml | 1 |
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 |
