r3-os / r3

R3-OS — Experimental static (μITRON-esque) RTOS for deeply embedded systems, testing the limit of Rust's compile-time evaluation and generics
Apache License 2.0
159 stars 8 forks source link

Update toolchain version. #1

Closed newAM closed 3 years ago

newAM commented 3 years ago

There were some syntax changes preventing this from compiling on the latest nightly.

I also updated the rust-toolchain file format: https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file nevermind, it appears some CI tasks are expecting the old format.

newAM commented 3 years ago

Ah, no rustfmt in this nightly. I'll wait for the next nightly with rustfmt.