Skip to content

Commit

Permalink
Fix package metadata for esp-hal
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Mar 15, 2024
1 parent b402692 commit 3a9c248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3a9c248

Please sign in to comment.