esp-rs / esp32-hal

A hardware abstraction layer for the esp32 written in Rust.
Apache License 2.0
192 stars 28 forks source link

Pin version of linked_list_allocator #52

Closed svenstaro closed 3 years ago

svenstaro commented 3 years ago

The reason is that due to recent changes in Rust and the reaction of linked_list_allocator to those changes, we'll get breakages such as https://github.com/esp-rs/esp32-wifi/issues/2.

This should solve itself with an update of the Rust version in rust-xtensa but for now, the best we can do is fix this version.

MabezDev commented 3 years ago

Sorry for the delay! This is a great idea, thanks!