diff options
| author | andromeda <andromeda@lenovo> | 2026-04-06 20:03:39 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-06 20:03:39 +0200 |
| commit | ae793c14be863a8e50df08068fb0be9b014217d3 (patch) | |
| tree | 66abd5756b485329f90778bf80441a8c99783dfe /.cargo | |
| parent | ab2ae6d0e8911dcbd1477cbf199528f158f10140 (diff) | |
wifi init
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 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"] |
