ebelski / rust-copter

A quadcopter build using a Teensy running Rust and some other cool stuff that's yet to be determined.
MIT License
6 stars 1 forks source link

Fix clippy, tools build in CI #38

Closed mciantyre closed 3 years ago

mciantyre commented 3 years ago

The PR addresses new warnings emitted from clippy, the linter:

The latter requires that we update to Rust 1.49. To guarantee that you're up to date, run

rustup update

The PR also pins our version of the maturin tool. The latest version doesn't seem to be selecting the compilation target we want, so we'll wait for new changes in their project to settle before upgrading.

ebelski commented 3 years ago

I did have an issue compiling maturin where it would error out with some obscure core error, which may be a symptom of

The PR also pins our version of the maturin tool. The latest version doesn't seem to be selecting the compilation target we want, so we'll wait for new changes in their project to settle before upgrading.

That led me to reverting to the first-time-setup.sh and subsequently running into #36.