trussed-dev / trussed

Modern Cryptographic Firmware
https://trussed.dev
Apache License 2.0
413 stars 26 forks source link

Unpin Rust version #83

Closed nickray closed 1 year ago

nickray commented 1 year ago

In https://github.com/trussed-dev/trussed/pull/77, Rust was pinned as a quick hack. We should revert this ASAP, adding compilation against both latest stable and beta in CI (the latter so we get early warnings of potential issues). Pinning to old versions of the compiler is just building up technical debt.