From 05b5bac027a53b44243cba9ff2b1d737ac145471 Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Mon, 6 Jan 2025 00:03:53 -0800 Subject: [PATCH] Add package metadata to `esp-storage` to make documentation build (#2891) --- esp-storage/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/esp-storage/Cargo.toml b/esp-storage/Cargo.toml index 3cf282d30..56947d9b8 100644 --- a/esp-storage/Cargo.toml +++ b/esp-storage/Cargo.toml @@ -9,6 +9,9 @@ categories = ["embedded", "hardware-support", "no-std"] repository = "https://github.com/esp-rs/esp-storage" license = "MIT OR Apache-2.0" +[package.metadata.docs.rs] +default-target = "riscv32imac-unknown-none-elf" +features = ["esp32c6"] [dependencies] embedded-storage = "0.3.1"