summaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-06 20:03:39 +0200
committerandromeda <andromeda@lenovo>2026-04-06 20:03:39 +0200
commitae793c14be863a8e50df08068fb0be9b014217d3 (patch)
tree66abd5756b485329f90778bf80441a8c99783dfe /.cargo
parentab2ae6d0e8911dcbd1477cbf199528f158f10140 (diff)
wifi init
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml2
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"]