From 3a9c248f118bf47f8f4c147e807f1fa9bb6fdd3e Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Thu, 14 Mar 2024 16:52:33 -0700 Subject: [PATCH] Fix package metadata for `esp-hal` --- esp-hal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp-hal/Cargo.toml b/esp-hal/Cargo.toml index ed2724bd890..6581fcc23f1 100644 --- a/esp-hal/Cargo.toml +++ b/esp-hal/Cargo.toml @@ -11,7 +11,7 @@ links = "esp-hal" [package.metadata.docs.rs] default-target = "riscv32imac-unknown-none-elf" -features = ["eh1", "esp32c6"] +features = ["embedded-hal", "esp32c6"] rustdoc-args = ["--cfg", "docsrs"] [dependencies]