esp-rs / esp32-hal

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

Updates for rust 1.50 #54

Closed kelnos closed 3 years ago

kelnos commented 3 years ago

AllocRef renamed to Allocator, use linked_list_allocator 0.8.11, which also has those renames done.

MabezDev commented 3 years ago

Perfect, thanks!