diff options
Diffstat (limited to '.cargo/config.toml')
| -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 637097c..04a9b67 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -15,4 +15,4 @@ rustflags = [ target = "riscv32imac-unknown-none-elf" [unstable] -build-std = ["core"] +build-std = ["core", "alloc"] |
