diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 14:43:17 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 14:43:17 +0200 |
| commit | e3d59da253839b27137fccb9c5496d5973948fc4 (patch) | |
| tree | c6dae86a22701e2d34c4a5125ff3a465f465611b /.cargo | |
| parent | 89e964849b6781eaab0c2874c6e9208d4ec09b9a (diff) | |
add allocator as a dependency
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index c728a17..18b89e2 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,6 @@ [unstable] json-target-spec = true -build-std = ["core", "compiler_builtins"] +build-std = ["core", "compiler_builtins", "alloc"] build-std-features = ["compiler-builtins-mem"] [build] |
