aboutsummaryrefslogtreecommitdiff
path: root/examples/esp32c3/.cargo
diff options
context:
space:
mode:
Diffstat (limited to 'examples/esp32c3/.cargo')
-rw-r--r--examples/esp32c3/.cargo/config.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/esp32c3/.cargo/config.toml b/examples/esp32c3/.cargo/config.toml
index 9ea4ecb..05f0a29 100644
--- a/examples/esp32c3/.cargo/config.toml
+++ b/examples/esp32c3/.cargo/config.toml
@@ -1,6 +1,6 @@
[target.riscv32imc-unknown-none-elf]
# Real hardware
-#runner = "espflash flash --monitor"
+# runner = "espflash flash --monitor"
# QEMU emulator
runner = "./runner.sh"
@@ -14,6 +14,3 @@ rustflags = [
]
target = "riscv32imc-unknown-none-elf"
-
-[unstable]
-build-std = ["core"]