Skip to content

Commit e78a9d0

Browse files
authored
Add cargo-args for building with core std
1 parent d87b6d6 commit e78a9d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ critical-section = { version = "1.2", features = ["std"] }
7979
default-target = "xtensa-esp32-none-elf"
8080
features = ["smoltcp", "critical-section", "async", "embassy-net", "log", "defmt"]
8181
rustdoc-args = ["--cfg", "docsrs"]
82+
cargo-args = ["-Z", "build-std=core"]
8283

8384
# =============================================================================
8485
# Integration Test Dependencies (only needed when building for target hardware)

0 commit comments

Comments
 (0)