ivmarkov / rust-esp32-std-demo

Rust on ESP32 STD demo app. A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen.
Apache License 2.0
784 stars 105 forks source link

error[E0463]: can't find crate for `miniz_oxide` #66

Closed brianmay closed 2 years ago

brianmay commented 2 years ago

https://github.com/ivmarkov/rust-esp32-std-demo/runs/5270253793?check_suite_focus=true

error[E0463]: can't find crate for `miniz_oxide`
   --> /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/lib.rs:369:1
    |
369 | extern crate miniz_oxide;
    | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate

For more information about this error, try `rustc --explain E0463`.
error: could not compile `std` due to previous error
ivmarkov commented 2 years ago

https://github.com/rust-lang/rust/pull/94220