Skip to content

Commit 5e47e85

Browse files
committed
fixed crate features
1 parent 278fc30 commit 5e47e85

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mma8x5x = { git = "https://github.com/eldruin/mma8x5x-rs.git" }
3232
libm = "0.2"
3333
thiserror = { version = "2.0", default-features = false }
3434
embedded-io = "0.7.1"
35-
esp-bootloader-esp-idf = "0.4.0"
35+
esp-bootloader-esp-idf = { version = "0.4.0", features = ["esp32"] }
3636

3737
[profile.dev]
3838
# Rust debug is too slow.

0 commit comments

Comments
 (0)