tock / libtock-rs

Rust userland library for Tock
Apache License 2.0
160 stars 105 forks source link

Bump the Rust MSRV #534

Closed alistair23 closed 4 months ago

alistair23 commented 4 months ago

We are starting to see failures with our current version of Rust [1] when building elf2tab.

We could look at pinning an older elf2tab, but that brings with it a range of issues. Instead let's bump our MSRV to a newer stable.

1: https://github.com/tock/libtock-rs/pull/533#issuecomment-1944945234