rustbox / esp32c3-vgaterm

VGA Driver and Serial Terminal crates, with embedded applications in mind
MIT License
1 stars 0 forks source link

Auto-update toolchain pin #14

Open sethp opened 1 year ago

sethp commented 1 year ago

It seems there was a moment when clippy forgot how to parse arguments ( https://github.com/rust-lang/rust-clippy/issues/9079 ), which unfortunately happens to be the version I had locally.

So instead of using an implicitly moving tag ("nightly"), we've got an explicit nightly that we're using as of de714bef2376937c8cc9b524e36e47b0deff089b. This is much better for reproducibility and auditability, but calls for a robot's help in keeping that pin up to date.