tock / libtock-rs

Rust userland library for Tock
Apache License 2.0
168 stars 109 forks source link

Bump Rust to version 1.75 #541

Closed alistair23 closed 6 months ago

alistair23 commented 6 months ago

When trying to build embedded-hal-async we get this error

error: package `embedded-hal-async v1.0.0` cannot be built because
it requires rustc 1.75 or newer, while the currently active rustc
version is 1.74.1

So let's upgrade to 1.75 to allow us to build embedded-hal-async.