hashmismatch / freertos.rs

A Rust wrapper for FreeRTOS.
231 stars 22 forks source link

Release 0.3.0 #23

Closed lights0123 closed 5 years ago

lights0123 commented 5 years ago

The changes made in #20 allow this to successfully compile. Can you push it to crates.io? Additionally, #![feature(alloc)] can be removed, as alloc is now stable.

rudib commented 5 years ago

Released and published 0.3.0 which downgrades the required compiler version to beta, soon to be stable!